ps0.test
Class SpecificationTests

java.lang.Object
  extended by TestSuite
      extended by ps0.test.SpecificationTests

public final class SpecificationTests
extends TestSuite

SpecificationTests is a simple test suite to test your problem set against the provided specifications. You do not need to modify this file for problem set 0.


Constructor Summary
SpecificationTests()
           
SpecificationTests(String s)
           
 
Method Summary
static Test suite()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpecificationTests

public SpecificationTests()

SpecificationTests

public SpecificationTests(String s)
Method Detail

suite

public static Test suite()