Class RegExpTest


  • @UnitTest
    public class RegExpTest
    extends java.lang.Object
    Testcase for the RegExp classes.
    • Constructor Summary

      Constructors 
      Constructor Description
      RegExpTest()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void testCreate()  
      void testMatch()  
      • Methods inherited from class java.lang.Object

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

      • RegExpTest

        public RegExpTest()
    • Method Detail

      • testCreate

        public void testCreate()
                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testMatch

        public void testMatch()