// ------------------------------------------------------------------------- /** * This test class shows how one might specify acceptance criteria for an * assignment using a series of test cases. The real tests are in the * hidden class inside the jar file. * * @author Stephen Edwards * @version Feb 22, 2005 */ public class AcceptanceSuite extends HiddenAcceptanceTests { // Nothing to add: this is just a shell that inherits from the // Hidden acceptance tests so they can be run like "local" tests // written by the student. }