HelpWizard Pages ReferenceManual4/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) |
Cg (Diskussion | Beiträge) |
||
Zeile 3: | Zeile 3: | ||
[[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|back]] |
||
[Java] |
|||
[Python] |
|||
[Node] |
|||
[[HelpWizard Pages ReferenceManual3_C/en | [C] ]] |
|||
[[HelpWizard Pages ReferenceManual3_Smalltalk/en | [Smalltalk builtin] ]] |
|||
[JavaScript 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. Also actions which just ''falls through'' without calling any below will be marked as successful. |
Version vom 5. März 2021, 13:09 Uhr
Reference Manual (Verdicts)[Bearbeiten]
[Java]
[Python]
[Node]
[C]
[Smalltalk builtin]
[JavaScript builtin]
- activitySuccess(messageString)
report success; the action is finished immediately. Also actions which just falls through without calling any below will be marked as successful.
- success(messageString)
same as above - for historic (backward compatibility) reasons
- 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)