org.apache.cactus
public class: TestAll [javadoc |
source]
java.lang.Object
org.apache.cactus.TestAll
Run all the Cactus unit tests related to J2EE API 1.2.
- version:
$ - Id: TestAll.java,v 1.1 2004/05/22 11:34:49 vmassol Exp $
| Method from org.apache.cactus.TestAll Summary: |
|---|
|
suite |
| Method from org.apache.cactus.TestAll Detail: |
public static Test suite() throws Exception {
TestSuite suite = new TestSuite(
"Cactus unit tests for J2EE 1.2");
// Add shared tests
suite.addTest(TestShareAll.suite());
return suite;
}
|