NUnitForms Class Library

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

Creates a ControlTester from the control name.

public ButtonTester(string);

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

public ButtonTester(string,string);

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

public ButtonTester(string,Form);

See Also

ButtonTester Class | NUnit.Extensions.Forms Namespace