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