|
SQL-Unit
1.6
|
The AssertFail stored procedure. More...
Functions | |
| int | AssertFail (TextMessage @reason) |
| Asserts that the test has failed for some reason. | |
The AssertFail stored procedure.
| int AssertFail | ( | TextMessage @ | reason | ) |
Asserts that the test has failed for some reason.
NB: All other asserts are implemented in terms of this assert.
| reason | The reason why the test failed. |
1.7.6.1