com.asdf.test
Class ServerBanTest

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

public class ServerBanTest
extends ServerTest

Tries to get client banned by using same sessionID on two different socket connections.


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

ServerBanTest

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