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.
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 ValidatorTester(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 ValidatorTester(string,Tester);
ValidatorTester Class | NUnit.Extensions.Asp.AspTester Namespace