nitc :: TestCase :: fail
Useful when the compilation or the before_test failed.
# Make the test case fail without testing it # # Useful when the compilation or the before_test failed. fun fail(message: String) do is_done = true error = message toolcontext.modelbuilder.failed_tests += 1 end