|
SQL-Unit
1.6
|
The FormatStringNullFailure user-defined function. More...
Functions | |
| ssunit::TextMessage | FormatStringNullFailure (varchar[max]@expected, varchar[max]@actual) |
| Formats the message for a failed String comparison with NULL. | |
The FormatStringNullFailure user-defined function.
| ssunit::TextMessage FormatStringNullFailure | ( | varchar @ | expected[max], |
| varchar @ | actual[max] | ||
| ) |
Formats the message for a failed String comparison with NULL.
| expected | The expected value. |
| actual | The actual value. |
1.7.6.1