TTestSuite Object Methods |
Unit
TestFramework
Declaration
TTestSuite = class(TAbstractTest, ITest, ITestSuite)
Description
It runs a collection of test cases. It should not be necessary for test writers to extend TTestSuite. Decorators should be used instead. see TTestDecorator. see RegisterTest see ITest
Introduced Methods |
![]() | AddSuite ![]() | |
![]() | AddTest ![]() | |
![]() | AddTests ![]() | |
![]() | CountEnabledTestCases ![]() | |
![]() | CountTestCases ![]() | |
![]() | Create | Constructs an empty TestSuite. |
![]() | LoadConfiguration ![]() | Load a previously saved configuration. |
![]() | RunBare ![]() | |
![]() | SaveConfiguration ![]() | Save the current test configuration. |
![]() | Tests ![]() |
|