|
SQL-Unit
1.6
|
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. | |
The FormatRealCompareFailure user-defined function.
| ssunit::TextMessage FormatRealCompareFailure | ( | TextMessage @ | error, |
| real @ | expected | ||
| ) |
Formats the message for a failed comparison between two integers.
| error | The short error message. |
| expected | The expected value. |
1.7.6.1