//----< constructor >-------------------------------------------- Client(TestHarness th) { }
//----<startTesting function >--------------------------------------- /* * This function strats the process of testing by entering * into the TestHarness Package */ bool stratTesting(TestHarness th) { Console.WriteLine("Entering Test Harness for processing..."); th.processMessages(); return(true); }