Class ClientTest


  • public abstract class ClientTest
    extends Object
    • Constructor Detail

      • ClientTest

        public ClientTest()
    • Method Detail

      • getPort

        public static int getPort()
      • testInvalid

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

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