Class TestPreTurnIn

java.lang.Object
  extended byTestPreTurnIn

public class TestPreTurnIn
extends java.lang.Object

This file should be compiled before you turn in your .java files. If it compiles correctly, then chances are the .java files you turn in will compile correctly, too. If you get any errors, chances are you have forgotten to implement something. This is not part of the assignment. This class does NOT run your program in any way -- it only checks compilability.


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

Constructor Detail

TestPreTurnIn

public TestPreTurnIn()