org.apache.commons.digester
public class: TestOthers [javadoc |
source]
java.lang.Object
junit.framework.TestCase
org.apache.commons.digester.TestOthers
This class is a place that new test cases
can easily added without having to chance the build.xml.
- author:
Robert - Burrell Donkin
| Method from org.apache.commons.digester.TestOthers Summary: |
|---|
|
suite |
| Method from org.apache.commons.digester.TestOthers Detail: |
public static Test suite() {
TestSuite suite = new TestSuite();
suite.addTest(SetNestedPropertiesRuleTestCase.suite());
return suite;
}
|