NUnitAsp

RepeaterTester.Footer Property

Returns a container for testing controls within the repeater's FooterTemplate. This method will NOT check to see if the repeater is visible or if it has a FooterTemplate. Intead, you'll get a NotVisibleException when you attempt to use the tester instantiated with the result of this method.

public RepeaterTester.RepeaterFooterTester Footer {get;}

See Also

RepeaterTester Class | NUnit.Extensions.Asp.AspTester Namespace