OpenCTF  1.7.0
Open Component Test Framework
TFormTest Class Reference

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...
 

Detailed Description

The base class for all unit test classes for a given form.

Constructor & Destructor Documentation

◆ TFormTest()

TFormTest::TFormTest ( TComponent  Form,
const string  Testname = '' 
)

Creates a TFormTest instance.

Parameters
Formthe form to be tested.
Testnameoptional test name.

References Form.

Member Data Documentation

◆ Form

TFormTest::Form
protected

the Form to be tested.

See also
FForm For reading

Referenced by TFormTest().