Matra DTD Parser 0.8b

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

Constructor Summary
MatraTestSuite(String arg0)
          Constructor for MatraTestSuite.
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MatraTestSuite

public MatraTestSuite(String arg0)
Constructor for MatraTestSuite.
Parameters:
arg0 -  
Method Detail

suite

public static Test suite()
Returns a test suite with tests for all of Matra's test classes.
Returns:
 

Matra DTD Parser 0.8b