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

The AssertFalse stored procedure. More...

Functions

int AssertFalse (bit @actual)
 Asserts that the boolean value is false (i.e.

Detailed Description

The AssertFalse stored procedure.

Author:
Chris Oldwood

Function Documentation

int AssertFalse ( bit @  actual)

Asserts that the boolean value is false (i.e.

0).

Parameters:
actualThe actual value.