NUnitForms Class Library

ControlTester Constructor

Creates a ControlTester that will test controls with the specified name on a form with the specified name.

Overload List

Missing <summary> documentation for M:NUnit.Extensions.Forms.ControlTester.#ctor(NUnit.Extensions.Forms.ControlTester,System.Int32)

protected ControlTester(ControlTester,int);

Creates a ControlTester that will test controls with the specified name.

public ControlTester(string);

Creates a ControlTester that will test controls with the specified name on a form with the specified name.

public ControlTester(string,string);

Creates a ControlTester that will test controls with the specified name on the specified form.

public ControlTester(string,Form);

See Also

ControlTester Class | NUnit.Extensions.Forms Namespace