ps6.test
Class PublicProgADTTest

java.lang.Object
  extended by junit.framework.TestSuite
      extended by ps6.test.PublicProgADTTest
All Implemented Interfaces:
Test

public class PublicProgADTTest
extends TestSuite


Constructor Summary
PublicProgADTTest()
           
PublicProgADTTest(String s)
           
 
Method Summary
static Test suite()
           
 
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

PublicProgADTTest

public PublicProgADTTest()

PublicProgADTTest

public PublicProgADTTest(String s)
Method Detail

suite

public static Test suite()