public abstract class ClientTest
extends java.lang.Object
| Constructor and Description |
|---|
ClientTest() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getPort() |
void |
testInvalid()
Test client with invalid credentials.
|
void |
testValid()
Test a client using valid credentials
|
public static int getPort()
public void testInvalid()
throws java.lang.Exception
java.lang.Exception - This should happen.public void testValid()
throws java.lang.Exception
java.lang.Exception - if this happens, the test fails.Copyright © 2013. All Rights Reserved.