Save This Page
Home » commons-digester-1.8-src » org.apache.commons » digester » [javadoc | source]
org.apache.commons.digester
public class: RegexRulesTestCase [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.apache.commons.digester.RegexRulesTestCase
Test case for RegexRules
Constructor:
 public RegexRulesTestCase(String name) 
    Base constructor
Method from org.apache.commons.digester.RegexRulesTestCase Summary:
testClear,   testMatchAll,   testMatchMixed,   testMatchNothing,   testSimpleRegexMatch
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.digester.RegexRulesTestCase Detail:
 public  void testClear() 
    Test rules and clear methods
 public  void testMatchAll() 
    Test regex that matches everything
 public  void testMatchMixed() 
    Test a mixed regex - in other words, one that sometimes returns true and sometimes false
 public  void testMatchNothing() 
    Test regex matcher that matches nothing
 public  void testSimpleRegexMatch()