Msg(crit): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 1: | Line 1: | ||
{{AdvFileParam|msg[crit]}} | {{DISPLAYTITLE:msg(crit)}}{{AdvFileParam|msg[crit]}} | ||
Displays a message when reached, failing the test. | Displays a message when reached, failing the test. | ||
Revision as of 15:17, 19 February 2008
Displays a message when reached, failing the test.
Usage
msg[crit]=<text(string)>
Examples
"msg[crit]=Fatal Example Error!"
Please not that as part of quoted advanced file parameters, you need to escape the single quotes here; so the full parameter would be:
"""msg[crit]=Fatal Example Error!"""
Description
Displays an error message, and returns the tests as unmatched.