Bouncy Castle Cryptography 1.51

org.bouncycastle.asn1.test
Class EnumeratedTest

java.lang.Object
  extended by TestCase
      extended by org.bouncycastle.asn1.test.EnumeratedTest

public class EnumeratedTest
extends TestCase

Tests used to verify correct decoding of the ENUMERATED type.


Constructor Summary
EnumeratedTest()
           
 
Method Summary
 void testReadingMultipleDoubleByteItems()
          Makes sure multiple identically sized values are parsed correctly.
 void testReadingMultipleSingleByteItems()
          Makes sure multiple identically sized values are parsed correctly.
 void testReadingMultipleTripleByteItems()
          Makes sure multiple identically sized values are parsed correctly.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

Bouncy Castle Cryptography 1.51