TestExtensions Unit Classes Interfaces |
Classes |
TActiveTest ![]() | A test decorator for running tests in a separate thread |
TExceptionTestCase ![]() | A test decorator for running tests expecting a specific exceptions to be thrown. |
TRepeatedTest ![]() | A test decorator that runs a test repeatedly. |
TTestDecorator | A Decorator for Tests. |
TTestSetup ![]() | A Decorator to set up and tear down additional fixture state. |
Interfaces |
ITestDecorator | General interface for test decorators |
Author
The DUnit Group.
|