com.asdf.test
Class ServerGameTest

java.lang.Object
  extended by com.asdf.test.ServerTest
      extended by com.asdf.test.ServerGameTest

public class ServerGameTest
extends ServerTest

Tries to create and join a game.


Constructor Summary
ServerGameTest()
           
 
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

ServerGameTest

public ServerGameTest()
Method Detail

testServer

public void testServer()
                throws java.lang.Exception
Description copied from class: ServerTest
Actual test case. May be overridden.

Overrides:
testServer in class ServerTest
Throws:
java.lang.Exception