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

Base class for all repeater template testers. This is an implementation detail and can be ignored.
Inheritance: NamingContainerTester
Show file Open project: vcsjones/NUnitAsp

Public Methods

Method Description
RepeaterTemplateTester ( RepeaterTester container ) : System

Create a tester for a specific template in a repeater.

Method Details

RepeaterTemplateTester() public method

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