Matra DTD Parser 0.8b

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

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

Constructor Detail

DataTestSuite

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

suite

public static Test suite()
Returns a test suite with all tests in the test.data package.
Returns:
 

Matra DTD Parser 0.8b