NUnitForms Class Library

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

Creates a ControlTester from the control name.

public ComboBoxTester(string);

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

public ComboBoxTester(string,string);

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

public ComboBoxTester(string,Form);

See Also

ComboBoxTester Class | NUnit.Extensions.Forms Namespace