Error2
Aus ExpeccoWiki
Schema
Description
- Report an Error.
- This means, that something unexpected (an error) occured in the expecco test suite. The test suite must be fixed.
- An error message will be written to the log and an error 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.
- The TestCase in which this is executed will be reported as ERROR.
Back to Standard Library.
Previous: ERROR
Next: INCONCLUSIVE
