SQL-Unit
1.6
|
The AssertTableRowCountEqualTo stored procedure. More...
Functions | |
int | AssertTableRowCountEqualTo (int @expected, TableName @table) |
Asserts that the table contains exactly the number of rows specified. |
The AssertTableRowCountEqualTo stored procedure.
int AssertTableRowCountEqualTo | ( | int @ | expected, |
TableName @ | table | ||
) |
Asserts that the table contains exactly the number of rows specified.
expected | The expected row count. |
table | The table to verify. |