Exception: The container of the control being tested was a RepeaterTester, but it should be a RepeaterItemTester. Change "new MyTester("foo", repeater)" to "new MyTester("foo", repeater.Item(itemNum))". You may also use repeater.Header, repeater.Footer, or repeater.GetSeparator(separatorNum) as the container argument.
For a list of all members of this type, see RepeaterTester.ContainerMustBeItemException Members.
System.Object
Exception
ApplicationException
RepeaterTester.ContainerMustBeItemException
Namespace: NUnit.Extensions.Asp.AspTester
Assembly: NUnitAsp (in NUnitAsp.dll)
RepeaterTester.ContainerMustBeItemException Members | NUnit.Extensions.Asp.AspTester Namespace