Beispiel #1
0
 //----< constructor >--------------------------------------------
 Client(TestHarness th)
 {
 }
Beispiel #2
0
        //----<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);
        }