SQL-Unit
1.6
|
The FormatDateCompareFailure user-defined function. More...
Functions | |
ssunit::TextMessage | FormatDateCompareFailure (TextMessage @error, date @expected, date @actual) |
Formats the message for a failed comparison between two Dates. |
The FormatDateCompareFailure user-defined function.
ssunit::TextMessage FormatDateCompareFailure | ( | TextMessage @ | error, |
date @ | expected, | ||
date @ | actual | ||
) |
Formats the message for a failed comparison between two Dates.
error | The short error message. |
expected | The expected value. |
actual | The actual value. |