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

The FormatRealCompareFailure user-defined function. More...

Functions

ssunit::TextMessage FormatRealCompareFailure (TextMessage @error, real @expected, real @actual @absTolerance real=null--!< The absolute tolerance.)
 Formats the message for a failed comparison between two integers.

Detailed Description

The FormatRealCompareFailure user-defined function.

Author:
Chris Oldwood

Function Documentation

ssunit::TextMessage FormatRealCompareFailure ( TextMessage error,
real @  expected 
)

Formats the message for a failed comparison between two integers.

Parameters:
errorThe short error message.
expectedThe expected value.