|
SQL-Unit
1.6
|
The FormatStringCompareFailure user-defined function. More...
Functions | |
| ssunit::TextMessage | FormatStringCompareFailure (TextMessage @error, varchar[max]@expected, varchar[max]@actual) |
| Formats the message for a failed comparison between two Strings. | |
The FormatStringCompareFailure user-defined function.
| ssunit::TextMessage FormatStringCompareFailure | ( | TextMessage @ | error, |
| varchar @ | expected[max], | ||
| varchar @ | actual[max] | ||
| ) |
Formats the message for a failed comparison between two Strings.
| error | The short error message. |
| expected | The expected value. |
| actual | The actual value. |
1.7.6.1