HelpWizard Pages ReferenceManual4 C/en
Version vom 8. März 2021, 13:14 Uhr von Cg (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Reference Manual C API (Verdicts) == link=HelpWizard Pages ReferenceManual4/en|back * '''activitySuccess'''(''format'', ...)<br>repo…“)
Reference Manual C API (Verdicts)[Bearbeiten]
- activitySuccess(format, ...)
report success; the action is finished immediately. Also actions which just falls through without calling any below will be marked as successful.
- success(format, ...)
same as above - for historic (backward compatibility) reasons
- inconclusive(format, ...)
report inconclusive.
- error(format, ...)
report an error; that means that the test is bad (in contrast to fail, below)
- fail(format, ...)
report a failure; that means that the SUT (DUT) is bad (in contrast to error, above)