hw7.test
Class SpecificationTests

java.lang.Object
  extended by hw7.test.SpecificationTests

public final class SpecificationTests
extends Object

SpecificationTests is a test suite used to encapsulate all tests specific to the specification of this homework. ScriptFileTests should be the only test class listed in SpecificationTests. If you are tempted to add other classes, recall that any tests you add to SpecificationTests must be valid tests for any other student's implementation for this assignment, even though other students will have designed a different public API.


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

Constructor Detail

SpecificationTests

public SpecificationTests()