NUnitAsp

ButtonTester Constructor

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.

Overload List

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 ButtonTester(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 ButtonTester(string,Tester);

See Also

ButtonTester Class | NUnit.Extensions.Asp.AspTester Namespace