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

The AssertRealIsNotNull stored procedure. More...

Functions

int AssertRealIsNotNull (real @actual)
 Asserts that the real number value is not null.

Detailed Description

The AssertRealIsNotNull stored procedure.

Author:
Chris Oldwood

Function Documentation

int AssertRealIsNotNull ( real @  actual)

Asserts that the real number value is not null.

Parameters:
actualThe actual value.