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