SQL-Unit
1.6
|
The AssertIntegerBetween stored procedure. More...
Functions | |
int | AssertIntegerBetween (int @lower, int @upper, int @actual) |
Asserts that the integer value is within the specified range. |
The AssertIntegerBetween stored procedure.
int AssertIntegerBetween | ( | int @ | lower, |
int @ | upper, | ||
int @ | actual | ||
) |
Asserts that the integer value is within the specified range.
lower | The expected value lower bound. |
upper | The expected value upper bound. |
actual | The actual value. |