Save This Page
Home » commons-digester-1.8-src » org.apache.commons » digester » [javadoc | source]
org.apache.commons.digester
public class: EBRTestCase [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.apache.commons.digester.RulesBaseTestCase
         org.apache.commons.digester.EBRTestCase

Runs standard tests for RulesBase as well as tests of extensions.

Fields inherited from org.apache.commons.digester.RulesBaseTestCase:
digester
Constructor:
 public EBRTestCase(String name) 
    Construct a new instance of this test case.
    Parameters:
    name - Name of the test case
Method from org.apache.commons.digester.EBRTestCase Summary:
createMatchingRulesForTest,   suite,   testAncesterMatch,   testBasicParentMatch,   testBasicUniversal,   testInstructors,   testLongMatch,   testMiddleInstructors,   testRootTailMatch,   testWildMatch
Methods from org.apache.commons.digester.RulesBaseTestCase:
createMatchingRulesForTest,   setUp,   suite,   tearDown,   testBasicNamespaceMatching,   testOrdering,   testRules,   testRulesBase,   testTrailingSlash
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.digester.EBRTestCase Detail:
 protected Rules createMatchingRulesForTest() 

    This should be overriden by subclasses.

 public static Test suite() 
    Return the tests included in this test suite.
 public  void testAncesterMatch() throws Exception 
 public  void testBasicParentMatch() 
    Basic test of parent matching rules. A parent match matches any child of a particular kind of parent. A wild parent has a wildcard prefix. This method tests non-universal wildcards.
 public  void testBasicUniversal() 
    Basic test of universal matching rules. Universal rules act independent.
 public  void testInstructors() 
 public  void testLongMatch() 
 public  void testMiddleInstructors() 
 public  void testRootTailMatch() 
    Basic test of wild matches. A universal will match matches anything! A non-universal will match matches anything not matched by something else. This method tests non-universal and universal wild matches.
 public  void testWildMatch() 
    Basic test of wild matches. A universal will match matches anything! A non-universal will match matches anything not matched by something else. This method tests non-universal and universal wild matches.