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