NUnitAsp

WebAssert.TableContainsRow Method 

Asserts that a "table" of strings contains a particular "row."

public static void TableContainsRow(
   string[][] table,
   params string[] expectedRow
);

Parameters

table
The table to check.
expectedRow
The row that the table should contain.

See Also

WebAssert Class | NUnit.Extensions.Asp Namespace