| Class | Description |
|---|---|
| ActiveTestSuite |
A TestSuite for active Tests.
|
| ExceptionTestCase |
A TestCase that expects an Exception of class fExpected to be thrown.
|
| RepeatedTest |
A Decorator that runs a test repeatedly.
|
| TestDecorator |
A Decorator for Tests.
|
| TestSetup |
A Decorator to set up and tear down additional fixture state.
|