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…“)
 
 
(4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
[[Datei:arrowleft.png|link=HelpWizard Pages ReferenceManual3 C/en|previous]]
[[Datei:arrowup.png|link=HelpWizard Pages ReferenceManual4/en|up]]
[[Datei:arrowright.png|link=HelpWizard Pages ReferenceManual5 C/en|next]]

== Reference Manual C API (Verdicts) ==
== Reference Manual C API (Verdicts) ==


* '''activitySuccess'''(''format'', ...)<br>report success; the action is finished immediately. Actions which simply&nbsp;''falls through''&nbsp;without calling any of the functions here will be marked as successful.
[[Datei:arrowup.png|link=HelpWizard Pages ReferenceManual4/en|back]]


* '''activitySuccess'''(''format'', ...)<br>report success; the action is finished immediately. Also actions which just ''falls through'' without calling any below will be marked as successful.
* '''success'''(''format'', ...)<br>same as above - for historic (backward compatibility) reasons. The execute function is aborted immediately.


* '''success'''(''format'', ...)<br>same as above - for historic (backward compatibility) reasons
* '''inconclusive'''(''format'', ...)<br>report inconclusive. The execute function is aborted immediately.


* '''inconclusive'''(''format'', ...)<br>report inconclusive.
* '''error'''(''format'', ...)<br>report an error; that means that the test is bad (in contrast to fail, below). The execute function is aborted immediately.


* '''error'''(''format'', ...)<br>report an error; that means that the test is bad (in contrast to fail, below)
* '''fail'''(''format'', ...)<br>report a failure; that means that the SUT (DUT) is bad (in contrast to error, above). The execute function is aborted immediately.


[[Category: HelpWizard/en]]
* '''fail'''(''format'', ...)<br>report a failure; that means that the SUT (DUT) is bad (in contrast to error, above)
[[Category: HelpWizard API/en]]
[[Category: HelpWizard API C/en]]

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

previous up next

Reference Manual C API (Verdicts)[Bearbeiten]

  • activitySuccess(format, ...)
    report success; the action is finished immediately. Actions which simply falls through without calling any of the functions here will be marked as successful.
  • success(format, ...)
    same as above - for historic (backward compatibility) reasons. The execute function is aborted immediately.
  • inconclusive(format, ...)
    report inconclusive. The execute function is aborted immediately.
  • error(format, ...)
    report an error; that means that the test is bad (in contrast to fail, below). The execute function is aborted immediately.
  • fail(format, ...)
    report a failure; that means that the SUT (DUT) is bad (in contrast to error, above). The execute function is aborted immediately.



Copyright © 2014-2024 eXept Software AG