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

Tests for the ObjectParamRuleTestCase

Field Summary
protected  Digester digester    The digester instance we will be processing. 
Constructor:
 public ObjectParamRuleTestCase(String name) 
    Construct a new instance of this test case.
    Parameters:
    name - Name of the test case
Method from org.apache.commons.digester.ObjectParamRuleTestCase Summary:
main,   setUp,   suite,   tearDown,   testBasic
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.digester.ObjectParamRuleTestCase Detail:
 public static  void main(String[] args) 
 public  void setUp() 
    Set up instance variables required by this test case.
 public static Test suite() 
    Return the tests included in this test suite.
 public  void tearDown() 
    Tear down instance variables required by this test case.
 public  void testBasic() throws IOException, SAXException 
    Test method calls with the ObjectParamRule rule. It should be possible to pass any subclass of Object as a parameter, provided that either the element or the element + attribute has been matched.