com.asdf.test
Class ServerTest

java.lang.Object
  extended by com.asdf.test.ServerTest
Direct Known Subclasses:
ServerAccountTest, ServerBanTest, ServerGameTest, ServerStressTest

public abstract class ServerTest
extends java.lang.Object

Integration test framework for server.


Constructor Summary
ServerTest()
          Initialize serverhandler and semaphore.
 
Method Summary
 void testServer()
          Actual test case.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerTest

public ServerTest()
Initialize serverhandler and semaphore.

Method Detail

testServer

public void testServer()
                throws java.lang.Exception
Actual test case. May be overridden.

Throws:
java.lang.Exception