Matra DTD Parser 0.8b

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

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

Constructor Detail

ReaderTestSuite

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

suite

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

Matra DTD Parser 0.8b