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