C# 클래스 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);
상속: RepeaterTemplateTester
파일 보기 프로젝트 열기: vcsjones/NUnitAsp

공개 메소드들

메소드 설명
RepeaterFooterTester ( RepeaterTester container ) : System

Create a tester for a specific item in a repeater.

메소드 상세

RepeaterFooterTester() 공개 메소드

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.
리턴 System