Class SimpleJMootcherTest

java.lang.Object
  extended by SimpleJMootcherTest
Direct Known Subclasses:
multplayer, SimpleCommandLineTest

public abstract class SimpleJMootcherTest
extends java.lang.Object


Constructor Summary
SimpleJMootcherTest()
           
 
Method Summary
 void exit()
           
 void login()
           
abstract  void runTest()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleJMootcherTest

public SimpleJMootcherTest()
Method Detail

runTest

public abstract void runTest()

login

public void login()

exit

public void exit()