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

The AssertIntegerIsNull stored procedure. More...

Functions

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

Detailed Description

The AssertIntegerIsNull stored procedure.

Author:
Chris Oldwood

Function Documentation

int AssertIntegerIsNull ( int @  actual)

Asserts that the integer value is null.

Parameters:
actualThe actual value.