NUnitForms Class Library

LabelTester Constructor

Creates a ControlTester from the control name and the form instance.

Overload List

Creates a ControlTester from a ControlTester and an index where the original tester's name is not unique.

public LabelTester(ControlTester,int);

Creates a ControlTester from the control name.

public LabelTester(string);

Creates a ControlTester from the control name and the form name.

public LabelTester(string,string);

Creates a ControlTester from the control name and the form instance.

public LabelTester(string,Form);

See Also

LabelTester Class | NUnit.Extensions.Forms Namespace