ps4.test
Class ImplementationTests

java.lang.Object
  extended by junit.framework.TestSuite
      extended by ps4.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.


Constructor Summary
ImplementationTests()
           
ImplementationTests(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

ImplementationTests

public ImplementationTests()

ImplementationTests

public ImplementationTests(String s)
Method Detail

suite

public static Test suite()