C# 클래스 NUnit.Extensions.Asp.AspTester.DataGridTester.Row

Tests a row within a data grid.
파일 보기 프로젝트 열기: vcsjones/NUnitAsp

공개 메소드들

메소드 설명
Row ( int rowNumberWhereZeroIsHeader, DataGridTester container ) : System

Create the tester and link it to a row in a specific data grid.

비공개 메소드들

메소드 설명
GetCellElement ( int columnNumberZeroBased ) : HtmlTagTester

메소드 상세

Row() 공개 메소드

Create the tester and link it to a row in a specific data grid.
public Row ( int rowNumberWhereZeroIsHeader, DataGridTester container ) : System
rowNumberWhereZeroIsHeader int The row to test.
container DataGridTester The data grid that contains the row.
리턴 System