public abstract class ClientTest
extends java.lang.Object
Constructor and Description |
---|
ClientTest() |
Modifier and Type | Method and Description |
---|---|
private SSLConfigurator |
getConfig(java.lang.String credStoreLocation) |
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.private SSLConfigurator getConfig(java.lang.String credStoreLocation) throws java.lang.Exception
java.lang.Exception
public void testValid() throws java.lang.Exception
java.lang.Exception
- if this happens, the test fails.