HelpWizard Pages ReferenceManual4/en: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 2.x)
Zur Navigation springen Zur Suche springen
 
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
== Reference Manual (Verdicts) ==

[[Datei:arrowleft.png|link=HelpWizard Pages ReferenceManual3/en|back]]
[[Datei:arrowleft.png|link=HelpWizard Pages ReferenceManual3/en|back]]
[[Datei:arrowright.png|link=HelpWizard Pages ReferenceManual5/en|back]]
[[Datei:arrowright.png|link=HelpWizard Pages ReferenceManual5/en|next]]

== Reference Manual (Verdicts) ==




Zeile 12: Zeile 12:
[[HelpWizard Pages ReferenceManual4_Smalltalk/en | [Smalltalk builtin] ]]
[[HelpWizard Pages ReferenceManual4_Smalltalk/en | [Smalltalk builtin] ]]


* '''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.
* '''activitySuccess'''(''messageString'')<br>report success; the action is finished immediately. Actions which simply&nbsp;''fall through''&nbsp;without calling any of the functions here will be marked as successful.


* '''success'''(''messageString'')<br>same as above - for historic (backward compatibility) reasons
* '''success'''(''messageString'')<br>same as above - for historic (backward compatibility) reasons


* '''inconclusive'''(''messageString'')<br>report inconclusive.
* '''inconclusive'''(''messageString'')<br>report inconclusive. Execution of the action's code is aborted.

* '''error'''(''messageString'')<br>report an error; that means that the test is bad (in contrast to fail, below). Execution of the action's code is aborted.

* '''fail'''(''messageString'')<br>report a failure; that means that the SUT (DUT) is bad (in contrast to error, above). Execution of the action's code is aborted.


* '''error'''(''messageString'')<br>report an error; that means that the test is bad (in contrast to fail, below)


[[Category: HelpWizard/en]]
* '''fail'''(''messageString'')<br>report a failure; that means that the SUT (DUT) is bad (in contrast to error, above)
[[Category: HelpWizard API/en]]

Aktuelle Version vom 10. März 2021, 20:05 Uhr

back next

Reference Manual (Verdicts)[Bearbeiten]

[C] [Java] [Node] [Python] [JavaScript builtin] [Smalltalk builtin]

  • activitySuccess(messageString)
    report success; the action is finished immediately. Actions which simply fall through without calling any of the functions here will be marked as successful.
  • success(messageString)
    same as above - for historic (backward compatibility) reasons
  • inconclusive(messageString)
    report inconclusive. Execution of the action's code is aborted.
  • error(messageString)
    report an error; that means that the test is bad (in contrast to fail, below). Execution of the action's code is aborted.
  • fail(messageString)
    report a failure; that means that the SUT (DUT) is bad (in contrast to error, above). Execution of the action's code is aborted.



Copyright © 2014-2024 eXept Software AG