SQL-Unit
1.6
|
The AssertIntegerLessThanOrEqualTo stored procedure. More...
Functions | |
int | AssertIntegerLessThanOrEqualTo (int @expected, int @actual) |
Asserts that one integer is less than or equal to another. |
The AssertIntegerLessThanOrEqualTo stored procedure.
int AssertIntegerLessThanOrEqualTo | ( | int @ | expected, |
int @ | actual | ||
) |
Asserts that one integer is less than or equal to another.
expected | The expected value. |
actual | The actual value. |