com.conradroche.matra.test
Class MatraTestSuite
java.lang.Object
|
+--junit.framework.TestSuite
|
+--com.conradroche.matra.test.MatraTestSuite
- All Implemented Interfaces:
- Test
- public class MatraTestSuite
- extends TestSuite
Test Suite to conduct all the Matra JUnit tests.
- Author:
- Conrad Roche
Method Summary |
static Test |
suite()
Returns a test suite with tests for all
of Matra's test classes. |
Methods inherited from class junit.framework.TestSuite |
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString |
MatraTestSuite
public MatraTestSuite(String arg0)
- Constructor for MatraTestSuite.
- Parameters:
arg0
-
suite
public static Test suite()
- Returns a test suite with tests for all
of Matra's test classes.
- Returns:
-