|
OpenCTF
1.7.0
Open Component Test Framework
|
The base class for all unit test classes for a given form. More...
Inherits TAbstractTest.
Inherited by TComponentPlacementTest, TDefaultNameTest, TEmptyFormTest, TFrameTest, and TInvisibleNonVisualComponentsTest.
Public Member Functions | |
| TFormTest (TComponent Form, const string Testname='') | |
| Creates a TFormTest instance. More... | |
Protected Attributes | |
| TComponent | Form |
| the Form to be tested. More... | |
The base class for all unit test classes for a given form.
| TFormTest::TFormTest | ( | TComponent | Form, |
| const string | Testname = '' |
||
| ) |
|
protected |