tester
Interface IExamples


public interface IExamples

A visitor designed to invoke test cases that will be evaluated by the Tester class

Since:
11 February 2008
Author:
Viera K. Proulx

Method Summary
 void tests(Tester t)
          The method implemented by the user that invokes the test cases in the Tester class
 

Method Detail

tests

void tests(Tester t)
The method implemented by the user that invokes the test cases in the Tester class

Parameters:
t - the Tester object used to invoke the test cases and to produce the reports