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