HelpWizard Pages ReferenceManual4 C/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) |
Cg (Diskussion | Beiträge) |
||
Zeile 12: | Zeile 12: | ||
* '''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. |
* '''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]] |
|||
[[Category: HelpWizard API/en]] |
|||
[[Category: HelpWizard API C/en]] |
Version vom 10. März 2021, 18:48 Uhr
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.