Assignment 5
CpSc 873
PACT Classes
Testing individual classes requires (1) a test driver and (2) test cases. PACT provides a way to organize both. The file
AbstractTest.java contains the abstract class for the AbstractTest class from which other PACT classes inherit. This assignment includes a number of activities.
There are classes mentioned in the code for PuckSupply and others that
you have not been given. Make a "dummy" class with a default constructor
that takes no parameters. Test those methods that you can that do not require
the full implementation of the extra classes.
class Puck{
public Puck(){}
}
This is an individual assignment.
Due: February 22, 1999 prior to 6 pm. Use Word format. Use the handin command.