C# Class NUnit.Extensions.Asp.AspTester.RepeaterTester.RepeaterHeaderTester

Tester for HeaderTemplate. Use this tester as a container for other testers. This example demonstrates how to test a button that's in a repeater's HeaderTemplate: RepeaterTester repeater = new RepeaterTester("repeater"); ButtonTester button = new ButtonTester("button", repeater.Header);
Inheritance: RepeaterTemplateTester
Show file Open project: vcsjones/NUnitAsp

Public Methods

Method Description
RepeaterHeaderTester ( RepeaterTester container ) : System

Create a tester for a repeater's HeaderTemplate.

Method Details

RepeaterHeaderTester() public method

Create a tester for a repeater's HeaderTemplate.
public RepeaterHeaderTester ( RepeaterTester container ) : System
container RepeaterTester The repeater tester that contains this HeaderTemplate
return System