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

The AssertIntegerIsNotNull stored procedure. More...

Functions

int AssertIntegerIsNotNull (int @actual)
 Asserts that the integer value is not null.

Detailed Description

The AssertIntegerIsNotNull stored procedure.

Author:
Chris Oldwood

Function Documentation

int AssertIntegerIsNotNull ( int @  actual)

Asserts that the integer value is not null.

Parameters:
actualThe actual value.