Class TestSetup

java.lang.Object
  extended byTestSetup

public class TestSetup
extends java.lang.Object

A little class to see if your Hangman starter files are installed correctly. If this class compiles without error, things are probably fine. If this class gets any error, there is a problem. If there is an error, chances are you are missing a .class file (or it is in the wrong place), or that you have not compiled one of the Hangman interface classes. You do not have to run this file -- just compile it.
This class is not part of the assignment. You will not need to modify it, turn it in, or use it for anything except verifying that the required .java and .class files are present.


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

Constructor Detail

TestSetup

public TestSetup()