HelpWizard Pages ReferenceManual4/en
Version vom 4. März 2021, 10:08 Uhr von Cg (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Reference Manual (Action Outcome / Verdicts) == link=HelpWizard Pages ReferenceManual3/en|back Datei:arrowright.png|link=HelpWiza…“)
Reference Manual (Action Outcome / Verdicts)[Bearbeiten]
- success(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)