SQL-Unit  1.6
Functions
TestResult_SetTestFailed.ssunit_impl.sql File Reference

The TestResult_SetTestFailed stored procedure. More...

Functions

int TestResult_SetTestFailed (ProcedureName @procedure, TextMessage @reason)
 Stores the outcome of the test as having failed.

Detailed Description

The TestResult_SetTestFailed stored procedure.

Author:
Chris Oldwood

Function Documentation

int TestResult_SetTestFailed ( ProcedureName procedure,
TextMessage reason 
)

Stores the outcome of the test as having failed.

Parameters:
procedureThe name of the unit test procedure
reasonThe reason why the test failed.