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

The AssertStringIsNull stored procedure. More...

Functions

int AssertStringIsNull (varchar[max]@actual)
 Asserts that the String value is null.

Detailed Description

The AssertStringIsNull stored procedure.

Author:
Chris Oldwood

Function Documentation

int AssertStringIsNull ( varchar @  actual[max])

Asserts that the String value is null.

Parameters:
actualThe actual value.