SQL-Unit  1.6
Functions
AssertTableRowCountEqualTo.ssunit.sql File Reference

The AssertTableRowCountEqualTo stored procedure. More...

Functions

int AssertTableRowCountEqualTo (int @expected, TableName @table)
 Asserts that the table contains exactly the number of rows specified.

Detailed Description

The AssertTableRowCountEqualTo stored procedure.

Author:
Chris Oldwood

Function Documentation

int AssertTableRowCountEqualTo ( int @  expected,
TableName table 
)

Asserts that the table contains exactly the number of rows specified.

Parameters:
expectedThe expected row count.
tableThe table to verify.