Class ClientTest


  • public abstract class ClientTest
    extends java.lang.Object
    • Constructor Detail

      • ClientTest

        public ClientTest()
    • Method Detail

      • getPort

        public static int getPort()
      • testInvalid

        public void testInvalid()
                         throws java.lang.Exception
        Test 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.Exception
        Test a client using valid credentials
        Throws:
        java.lang.Exception - if this happens, the test fails.