Pass2
Aus ExpeccoWiki
Schema
Description
- Report a Successful Test
- This means, that the system under test passed the test.
- A message will be written to the log and a testSuccess signal will be raised, which usually immediately ceases further execution of the test case.
- The message is constructed by concatenating a basic string with an optional prefix and postfix.
- The TestCase in which this is executed will be reported as PASSED
See Also
- Compare this to the OK block, which only stops execution of the current action, without affecting any testcases verdict.
Back to Standard Library.
Previous: PASS
Next: OK
