The number of items in the repeater. There's no way to distinguish between a repeater that is "visible" but has zero items and a repeater that is not visible, so if the repeater is invisible, this method will return zero items. Similarly, if the repeater doesn't contain any server controls (controls with "runat='server'"), it will also appear to have zero items.
RepeaterTester Class | NUnit.Extensions.Asp.AspTester Namespace