ps1.test
Class ImplementationTests
java.lang.Object
   junit.framework.TestSuite
junit.framework.TestSuite
       ps1.test.ImplementationTests
ps1.test.ImplementationTests
- All Implemented Interfaces: 
- Test
- public final class ImplementationTests 
- extends TestSuite
ImplementationTest is a simple test suite to test the implementation of each
 problem set. You do not need to modify this file for problem set 1.
 
 
| Methods inherited from class junit.framework.TestSuite | 
| addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString | 
 
 
ImplementationTests
public ImplementationTests()
ImplementationTests
public ImplementationTests(String s)
suite
public static Test suite()
-