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

The AssertIntegerGreaterThan stored procedure. More...

Functions

int AssertIntegerGreaterThan (int @expected, int @actual)
 Asserts that one integer is greater than another.

Detailed Description

The AssertIntegerGreaterThan stored procedure.

Author:
Chris Oldwood

Function Documentation

int AssertIntegerGreaterThan ( int @  expected,
int @  actual 
)

Asserts that one integer is greater than another.

Parameters:
expectedThe expected value.
actualThe actual value.