SQL-Unit  1.6
Functions
FormatIntegerNullFailure.ssunit_impl.sql File Reference

The FormatIntegerNullFailure user-defined function. More...

Functions

ssunit::TextMessage FormatIntegerNullFailure (int @expected, int @actual)
 Formats the message for a failed integer comparison with NULL.

Detailed Description

The FormatIntegerNullFailure user-defined function.

Author:
Chris Oldwood

Function Documentation

ssunit::TextMessage FormatIntegerNullFailure ( int @  expected,
int @  actual 
)

Formats the message for a failed integer comparison with NULL.

Parameters:
expectedThe expected value.
actualThe actual value.