NUnitAsp

UserControlTester Constructor (String)

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 UserControlTester(
   string aspId
);

Parameters

aspId
The ID of the control to test (look in the page's ASP.NET source code for the ID).

See Also

UserControlTester Class | NUnit.Extensions.Asp.AspTester Namespace | UserControlTester Constructor Overload List