Interface ITest

Description:

This interface identifies all classes that can be used by the UnitRunner in order to execute test cases.

Known Subclasses:

Method Summary:

Method:Definition:
CountTestCases Public Function CountTestCases() As Integer
Run Public Sub Run(ByRef oTestResult As TestResult)

Methods:

CountTestCases

Definition:
Public Function CountTestCases() As Integer
Description:
Number of test cases contained in this test

Run

Definition:
Public Sub Run(ByRef oTestResult As TestResult)
Description:
Runs the test and collects the results in the TestResult parameter