Interface | Description |
---|---|
ITest | This interface describes the basic test. |
ITestRunner | The basic interface for the test runner. The test runner is a container for all assembly loaders and it does run the tests. |
ITestSuite | This is the basic collection of tests. (e.g. a testclass) |