org.w3c.domts
Class JUnitTestSuiteAdapter

java.lang.Object
  extended byjunit.framework.TestSuite
      extended byorg.w3c.domts.JUnitTestSuiteAdapter
All Implemented Interfaces:
DOMTestSink, junit.framework.Test

public class JUnitTestSuiteAdapter
extends junit.framework.TestSuite
implements DOMTestSink


Constructor Summary
JUnitTestSuiteAdapter(DOMTestSuite test)
           
 
Method Summary
 void addTest(java.lang.Class testclass)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JUnitTestSuiteAdapter

public JUnitTestSuiteAdapter(DOMTestSuite test)
Method Detail

addTest

public void addTest(java.lang.Class testclass)
Specified by:
addTest in interface DOMTestSink