NUnitForms Class Library

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

Creates a ControlTester from the control name.

public TextBoxTester(string);

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

public TextBoxTester(string,string);

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

public TextBoxTester(string,Form);

See Also

TextBoxTester Class | NUnit.Extensions.Forms Namespace