Class ClientTest
- java.lang.Object
-
- org.globus.gsi.testutils.container.ClientTest
-
public abstract class ClientTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ClientTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private SSLConfiguratorgetConfig(java.lang.String credStoreLocation)static intgetPort()voidtestInvalid()Test client with invalid credentials.voidtestValid()Test a client using valid credentials
-
-
-
Method Detail
-
getPort
public static int getPort()
-
testInvalid
public void testInvalid() throws java.lang.ExceptionTest client with invalid credentials.- Throws:
java.lang.Exception- This should happen.
-
getConfig
private SSLConfigurator getConfig(java.lang.String credStoreLocation) throws java.lang.Exception
- Throws:
java.lang.Exception
-
testValid
public void testValid() throws java.lang.ExceptionTest a client using valid credentials- Throws:
java.lang.Exception- if this happens, the test fails.
-
-