[ PrintfFormat ]
[ Version ( since = "0.9.6" ) ]
public void assert_msg (bool expression, ...)
Fail the test if the expression is false; print message on failure
Note that if the check fails, the remaining of the test is aborted
... |
message to print (in printf format) if expression is false |
expr |
expression to evaluate |
0.9.6