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