com.asdf.test
Class ServerStressTest

java.lang.Object
  extended by com.asdf.test.ServerTest
      extended by com.asdf.test.ServerStressTest
Direct Known Subclasses:
ServerTimerStressTest

public class ServerStressTest
extends ServerTest

Tries to find synchronization errors from server by executing 100 simultaneous connections.


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

ServerStressTest

public ServerStressTest()
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