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

The AssertStringIsNotNull stored procedure. More...

Functions

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

Detailed Description

The AssertStringIsNotNull stored procedure.

Author:
Chris Oldwood

Function Documentation

int AssertStringIsNotNull ( varchar @  actual[max])

Asserts that the String value is not null.

Parameters:
actualThe actual value.