SQL-Unit
1.6
|
The AssertFalse stored procedure. More...
Functions | |
int | AssertFalse (bit @actual) |
Asserts that the boolean value is false (i.e. |
The AssertFalse stored procedure.
int AssertFalse | ( | bit @ | actual | ) |
Asserts that the boolean value is false (i.e.
0).
actual | The actual value. |