NUnitAsp

ControlTester Constructor

Create a tester that has no ID. This constructor is for NUnitAsp internal use and should be avoided. It will likely change in a future release.

Overload List

Create a tester that has no ID. This constructor is for NUnitAsp internal use and should be avoided. It will likely change in a future release.

protected ControlTester();

Create a tester that has no ID. This constructor is for NUnitAsp internal use and should be avoided. It will likely change in a future release.

protected ControlTester(Tester);

Create a tester for a top-level control. Use this constructor for testing most controls. Testers created with this constructor will test pages loaded by the Default HttpClient.

public ControlTester(string);

Create a tester for a nested control. Use this constructor when the control you are testing is nested within another control, such as a DataGrid or UserControl. You should also use this constructor when you're not using the Default HttpClient.

public ControlTester(string,Tester);

See Also

ControlTester Class | NUnit.Extensions.Asp Namespace