com.asdf.test
Class ServerAccountTest

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

public class ServerAccountTest
extends ServerTest

Tests account managing with server.


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

ServerAccountTest

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