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

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

Public Methods

Method Description
RepeaterFooterTester ( RepeaterTester container ) : System

Create a tester for a specific item in a repeater.

Method Details

RepeaterFooterTester() public method

Create a tester for a specific item in a repeater.
public RepeaterFooterTester ( RepeaterTester container ) : System
container RepeaterTester The repeater tester this item is contained /// within.
return System