SQL-Unit  1.6
Functions
AssertThrewAnyError.ssunit.sql File Reference

The AssertThrewAnyError stored procedure. More...

Functions

int AssertThrewAnyError (ProcedureName @procedure)
 Asserts that the test raised any error at all.

Detailed Description

The AssertThrewAnyError stored procedure.

Author:
Chris Oldwood

Function Documentation

int AssertThrewAnyError ( ProcedureName procedure)

Asserts that the test raised any error at all.

Note:
The helper procedure should contain the '_@Helper@_' attribute in its name so that it is dropped automatically by the framework at the end of the test run to save dropping it manually.
Parameters:
procedureThe helper procedure to run.