HelpWizard Pages ReferenceManual4 Smalltalk/en: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 25.x)
Zur Navigation springen Zur Suche springen
Inhalt gelöscht Inhalt hinzugefügt
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 1: Zeile 1:
[[Datei:arrowleft.png|link=HelpWizard Pages ReferenceManual3 Smalltalk/en|previous]]
[[Datei:arrowleft.png|link=HelpWizard Pages ReferenceManual3 Smalltalk/en|previous]]
[[Datei:arrowup.png|link=HelpWizard Pages ReferenceManual4/en|back]]
[[Datei:arrowup.png|link=HelpWizard Pages ReferenceManual4/en|up]]
[[Datei:arrowleft.png|link=HelpWizard Pages ReferenceManual5 Smalltalk/en|next]]
[[Datei:arrowright.png|link=HelpWizard Pages ReferenceManual5 Smalltalk/en|next]]


== Reference Manual Smalltalk API (Verdicts) ==
== Reference Manual Smalltalk API (Verdicts) ==

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

previous up next

Reference Manual Smalltalk API (Verdicts)

  • self 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.
  • self success: messageString
    same as above - for historic (backward compatibility) reasons
  • self inconclusive: messageString
    report inconclusive. Execution of the action's code is aborted.
  • self 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.
  • self 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