HelpWizard Pages ReferenceManual4 C/en: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 2.x)
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „== Reference Manual C API (Verdicts) == link=HelpWizard Pages ReferenceManual4/en|back * '''activitySuccess'''(''format'', ...)<br>repo…“)
(kein Unterschied)

Version vom 8. März 2021, 13:14 Uhr

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