Class ParseTest


  • public class ParseTest
    extends TestCase
    Test Cases
    • Constructor Summary

      Constructors 
      Constructor Description
      ParseTest()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      void parse​(byte[] encoded, boolean tokenPresent)  
      void setUp()  
      void testParsing()  
      • Methods inherited from class java.lang.Object

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

      • ParseTest

        public ParseTest()
    • Method Detail

      • getName

        public java.lang.String getName()
      • setUp

        public void setUp()
      • testParsing

        public void testParsing()
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • parse

        public void parse​(byte[] encoded,
                          boolean tokenPresent)
                   throws java.lang.Exception
        Throws:
        java.lang.Exception