Class ClientTest

java.lang.Object
org.globus.gsi.testutils.container.ClientTest

public abstract class ClientTest extends Object
  • Constructor Details

    • ClientTest

      public ClientTest()
  • Method Details

    • getPort

      public static int getPort()
    • testInvalid

      public void testInvalid() throws Exception
      Test client with invalid credentials.
      Throws:
      Exception - This should happen.
    • getConfig

      private SSLConfigurator getConfig(String credStoreLocation) throws Exception
      Throws:
      Exception
    • testValid

      public void testValid() throws Exception
      Test a client using valid credentials
      Throws:
      Exception - if this happens, the test fails.