Class UnitTrace

Description:

The UnitTrace control is used to trace the progress and status of the executing test cases. The control displays all trace messages associated with each executing test case and groups them in a tree. Test cases that execute successfully are identified with a green ball. Test cases that contain failures receive a yellow ball, and test cases with errors receive a red ball. The UnitTrace control is useful if detailed information on the running tests is required.

Interface Implementation:

Known Subclasses:

Method Summary:

Method:Definition:
Reset Public Sub Reset()
TestResult Public Property Set TestResult(oTestResult As TestResult)

Methods:

Reset

Definition:
Public Sub Reset()
Description:
Resets the UnitTrace control clearing the results of the last test run.

TestResult

Definition:
Public Property Set TestResult(oTestResult As TestResult)
Description:
Set the TestResult to be used for capturing the results of running the tests.