Class EnumeratedTest


  • public class EnumeratedTest
    extends TestCase
    Tests used to verify correct decoding of the ENUMERATED type.
    • Constructor Detail

      • EnumeratedTest

        public EnumeratedTest()
    • Method Detail

      • testReadingMultipleSingleByteItems

        public void testReadingMultipleSingleByteItems()
                                                throws java.io.IOException
        Makes sure multiple identically sized values are parsed correctly.
        Throws:
        java.io.IOException
      • testReadingMultipleDoubleByteItems

        public void testReadingMultipleDoubleByteItems()
                                                throws java.io.IOException
        Makes sure multiple identically sized values are parsed correctly.
        Throws:
        java.io.IOException
      • testReadingMultipleTripleByteItems

        public void testReadingMultipleTripleByteItems()
                                                throws java.io.IOException
        Makes sure multiple identically sized values are parsed correctly.
        Throws:
        java.io.IOException