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

The AssertFail stored procedure. More...

Functions

int AssertFail (TextMessage @reason)
 Asserts that the test has failed for some reason.

Detailed Description

The AssertFail stored procedure.

Author:
Chris Oldwood

Function Documentation

int AssertFail ( TextMessage reason)

Asserts that the test has failed for some reason.

NB: All other asserts are implemented in terms of this assert.

Parameters:
reasonThe reason why the test failed.