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

The AssertIntegerGreaterThanOrEqualTo stored procedure. More...

Functions

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

Detailed Description

The AssertIntegerGreaterThanOrEqualTo stored procedure.

Author:
Chris Oldwood

Function Documentation

int AssertIntegerGreaterThanOrEqualTo ( int @  expected,
int @  actual 
)

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

Parameters:
expectedThe expected value.
actualThe actual value.