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

The AssertIntegerLessThanOrEqualTo stored procedure. More...

Functions

int AssertIntegerLessThanOrEqualTo (int @expected, int @actual)
 Asserts that one integer is less than or equal to another.

Detailed Description

The AssertIntegerLessThanOrEqualTo stored procedure.

Author:
Chris Oldwood

Function Documentation

int AssertIntegerLessThanOrEqualTo ( int @  expected,
int @  actual 
)

Asserts that one integer is less than or equal to another.

Parameters:
expectedThe expected value.
actualThe actual value.