Class IntegerAdapterTest


  • public class IntegerAdapterTest
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void testConversion​(byte[] data, boolean isBigEndian, boolean isUnsigned, long expected)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IntegerAdapterTest

        public IntegerAdapterTest()
    • Method Detail

      • testConversion

        public void testConversion​(byte[] data,
                                   boolean isBigEndian,
                                   boolean isUnsigned,
                                   long expected)