SQL-Unit
1.6
|
The TestResult_SetTestFailed stored procedure. More...
Functions | |
int | TestResult_SetTestFailed (ProcedureName @procedure, TextMessage @reason) |
Stores the outcome of the test as having failed. |
The TestResult_SetTestFailed stored procedure.
int TestResult_SetTestFailed | ( | ProcedureName @ | procedure, |
TextMessage @ | reason | ||
) |
Stores the outcome of the test as having failed.
procedure | The name of the unit test procedure |
reason | The reason why the test failed. |