C# Class NUnit.Extensions.Asp.AspTester.DataGridTester.Row

Tests a row within a data grid.
Inheritance: NamingContainerTester
Mostra file Open project: vcsjones/NUnitAsp

Public Methods

Method Description
Row ( int rowNumberWhereZeroIsHeader, DataGridTester container ) : System

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

Private Methods

Method Description
GetCellElement ( int columnNumberZeroBased ) : HtmlTagTester

Method Details

Row() public method

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.
return System