Fail2
Aus ExpeccoWiki
Schema
Description
- Report a Failure. This means, that the system under test failed a test.
- An error message will be written to the log and a failure exception will be raised, which usually immediately ceases further execution of the test case.
- The errorMessage is constructed by concatenating a basic string with an optional prefix and postfix string (empty, if unconnected).
- The TestCase in which this is executed will be reported as FAILED
Back to Standard Library.
Previous: FAIL
Next: ERROR
