| Interface | Description |
|---|---|
| TestRecorder |
The TestFrame framework provides a TestRecorder interface to each test upon
invocation.
|
| TestSet |
The TestSet interface must be implemented by each class implementing tests,
so that it can be automatically called by the test framework.
|
| Class | Description |
|---|---|
| TestDriver |
The Test Driver reads the command line arguments, makes an instance of the
test class, and passes a test recorder to it.
|
| TestRecorderText |
TestRecorderText implements the TestRecorder interface so that:
(1) Configuration information is read from a text file called
'test.conf'.
|
| TestResultRecord |
Author: Keith Swenson
|
| TestRunner |
Author: Keith Swenson
|