TTestDecorator Object Properties Methods |
Unit
TestExtensions
Declaration
TTestDecorator = class(TAbstractTest, ITest, ITestDecorator)
Description
Use TTestDecorator as the base class for defining new test decorators. Test decorator subclasses can be introduced to add behaviour before or after a test is run.
Introduced Public Properties |
Test |
Introduced Methods |
![]() | CountEnabledTestCases ![]() | |
![]() | CountTestCases ![]() | |
![]() | Create | Decorate a test. |
![]() | GetName ![]() | |
![]() | GetTest | |
![]() | LoadConfiguration ![]() | |
![]() | RunBare ![]() | |
![]() | SaveConfiguration ![]() | |
![]() | Tests ![]() |
|