ca.quine.jcommons.transform.test
Class AllTests

java.lang.Object
  |
  +--junit.framework.TestSuite
        |
        +--ca.quine.jcommons.transform.test.AllTests
All Implemented Interfaces:
junit.framework.Test

public class AllTests
extends junit.framework.TestSuite


Constructor Summary
AllTests(String testName)
           
 
Method Summary
static junit.framework.Test suite()
           
 
Methods inherited from class junit.framework.TestSuite
addTest, addTestSuite, countTestCases, getName, run, runTest, setName, testAt, tests, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AllTests

public AllTests(String testName)
Method Detail

suite

public static junit.framework.Test suite()