HelpWizard Pages ReferenceManual4/en: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 2.x)
Zur Navigation springen Zur Suche springen
Zeile 4: Zeile 4:
[[Datei:arrowright.png|link=HelpWizard Pages ReferenceManual5/en|back]]
[[Datei:arrowright.png|link=HelpWizard Pages ReferenceManual5/en|back]]


* '''success'''(''messageString'')<br>report success; the action is finished immediately. Also actions which just ''falls through'' without calling any below will be marked as successful.
* '''activitySuccess'''(''messageString'')<br>report success; the action is finished immediately. Also actions which just ''falls through'' without calling any below will be marked as successful.


* '''inconclusive'''(''messageString'')<br>report inconclusive.
* '''inconclusive'''(''messageString'')<br>report inconclusive.

Version vom 4. März 2021, 10:31 Uhr

Reference Manual (Verdicts)[Bearbeiten]

back back

  • activitySuccess(messageString)
    report success; the action is finished immediately. Also actions which just falls through without calling any below will be marked as successful.
  • inconclusive(messageString)
    report inconclusive.
  • error(messageString)
    report an error; that means that the test is bad (in contrast to fail, below)
  • fail(messageString)
    report a failure; that means that the SUT (DUT) is bad (in contrast to error, above)



Copyright © 2014-2024 eXept Software AG