DataGridTester.Row Constructor
Create the tester and link it to a row in a specific data grid.
public DataGridTester.Row(
int rowNumberWhereZeroIsHeader,
DataGridTester container);
Parameters
- rowNumberWhereZeroIsHeader
- The row to test.
- container
- The data grid that contains the row.
See Also
DataGridTester.Row Class | NUnit.Extensions.Asp.AspTester Namespace