NUnitAsp

RepeaterTester.Header Property

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

public RepeaterTester.RepeaterHeaderTester Header {get;}

See Also

RepeaterTester Class | NUnit.Extensions.Asp.AspTester Namespace