Matra DTD Parser 0.8b

com.conradroche.matra.test.decl
Class DeclTestSuite

java.lang.Object
  |
  +--junit.framework.TestSuite
        |
        +--com.conradroche.matra.test.decl.DeclTestSuite
All Implemented Interfaces:
Test

public class DeclTestSuite
extends TestSuite

Test Suite to conduct all the JUnit tests for the com.conradroche.matra.test.decl package.

Author:
Conrad Roche

Constructor Summary
DeclTestSuite(String arg0)
          Constructor for DeclTestSuite.
 
Method Summary
static Test suite()
          Returns a test suite with all the tests in the test.decl 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

DeclTestSuite

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

suite

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

Matra DTD Parser 0.8b