ps3.test
Class ImplementationTests
java.lang.Object
junit.framework.TestSuite
ps3.test.ImplementationTests
- All Implemented Interfaces:
- Test
public final class ImplementationTests
- extends TestSuite
ImplementationTest is a test suite used to encapsulate all
tests specific to your implementation of this problem set.
For instance, unit tests for your individual methods would
go here.
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()