TAbstractTest Object Properties Methods |
Unit
TestFramework
Declaration
TAbstractTest = class(TInterfacedObject, ITest)
Description
Basically: having a name, and having an enabled, disabled state
Introduced Public Properties |
Enabled | The enabled state of the test. |
Name | The test's name. |
Introduced Methods |
![]() | CountEnabledTestCases ![]() | |
![]() | CountTestCases ![]() | |
![]() | Create | Create an instance of a test fixture to run the named test. |
![]() | getEnabled ![]() | |
![]() | GetName ![]() | |
![]() | LoadConfiguration | Load a previously saved state. |
![]() | Run | A convenience method to run this test, collecting the results with a default TestResult object. |
![]() | RunBare ![]() ![]() | |
![]() | SaveConfiguration | |
![]() | setEnabled ![]() | |
![]() | Tests ![]() |
|