All the test methods now return a boolean to indicate if the test passed or fail.
New macros run those methods and, if they return false, insert a "return false" in the code, so that it exits the current test immediately.
See comments and example in code.
#rb andrew.grant
[CL 10113639 by ludovic chabant in Dev-Editor branch]