public abstract class ClientTest
extends Object
-
Constructor Summary
Constructors
-
Method Summary
static int
void
Test client with invalid credentials.
void
Test a client using valid credentials
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ClientTest
public ClientTest()
-
Method Details
-
getPort
public static int getPort()
-
testInvalid
Test client with invalid credentials.
- Throws:
Exception
- This should happen.
-
testValid
Test a client using valid credentials
- Throws:
Exception
- if this happens, the test fails.