|
OpenCTF
1.7.0
Open Component Test Framework
|
The base class for all unit test classes for a given component. More...
Public Member Functions | |
| TComponentTest (TComponent Component, const string Testname='') | |
| Creates a TComponentTest instance. More... | |
Protected Attributes | |
| TComponent | Component |
| the component to be tested. More... | |
The base class for all unit test classes for a given component.
Subclasses of this class implement component-specific tests. Two subclasses (TRequiredEventsTest and TRequiredPropertiesTest) are already included in the OpenCTF core.
| TComponentTest::TComponentTest | ( | TComponent | Component, |
| const string | Testname = '' |
||
| ) |
Creates a TComponentTest instance.
| Component | the component to be tested. |
| Testname | optional test name. |
References Component.
|
protected |
the component to be tested.
Referenced by TRequiredEventsTest::RunTest(), TRequiredPropertiesTest::RunTest(), TComponentTest(), TRequiredEventsTest::TRequiredEventsTest(), and TRequiredPropertiesTest::TRequiredPropertiesTest().