NUnitAsp

RepeaterTester 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. NOTE: This constructor assumes that the repeater being tested ONLY has ItemTemplates. If it has a SeparatorTemplate or any other template, use a different constructor.

public RepeaterTester(
   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

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