HelpWizard Pages ReferenceManual4 C/en

Aus expecco Wiki (Version 2.x)
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…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

Reference Manual C API (Verdicts)[Bearbeiten]

back

  • 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)



Copyright © 2014-2024 eXept Software AG