RepeaterTester.RepeaterSeparatorTester Constructor
Create a tester for a specific item in a repeater.
public RepeaterTester.RepeaterSeparatorTester(
int separatorNum,
RepeaterTester container);
Parameters
- separatorNum
- The index of the separator to test (zero-based).
- container
- The repeater tester this item is contained
within.
See Also
RepeaterTester.RepeaterSeparatorTester Class | NUnit.Extensions.Asp.AspTester Namespace