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