NUnitForms Class Library

CheckBoxTester 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 CheckBoxTester(ControlTester,int);

Creates a ControlTester from the control name.

public CheckBoxTester(string);

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

public CheckBoxTester(string,string);

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

public CheckBoxTester(string,Form);

See Also

CheckBoxTester Class | NUnit.Extensions.Forms Namespace