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

The AssertIntegerLessThan stored procedure. More...

Functions

int AssertIntegerLessThan (int @expected, int @actual)
 Asserts that one integer is less than another.

Detailed Description

The AssertIntegerLessThan stored procedure.

Author:
Chris Oldwood

Function Documentation

int AssertIntegerLessThan ( int @  expected,
int @  actual 
)

Asserts that one integer is less than another.

Parameters:
expectedThe expected value.
actualThe actual value.