|
SQL-Unit
1.6
|
The AssertIntegerEqualTo stored procedure. More...
Functions | |
| int | AssertIntegerEqualTo (int @expected, int @actual) |
| Asserts that the two integers are equivalent. | |
The AssertIntegerEqualTo stored procedure.
| int AssertIntegerEqualTo | ( | int @ | expected, |
| int @ | actual | ||
| ) |
Asserts that the two integers are equivalent.
| expected | The expected value. |
| actual | The actual value. |
1.7.6.1