diff options
Diffstat (limited to 'runtime/org.eclipse.etrice.runtime.c/src/common/etUnit/etUnit.h')
-rw-r--r-- | runtime/org.eclipse.etrice.runtime.c/src/common/etUnit/etUnit.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/org.eclipse.etrice.runtime.c/src/common/etUnit/etUnit.h b/runtime/org.eclipse.etrice.runtime.c/src/common/etUnit/etUnit.h index f427e2d65..3c23e63ad 100644 --- a/runtime/org.eclipse.etrice.runtime.c/src/common/etUnit/etUnit.h +++ b/runtime/org.eclipse.etrice.runtime.c/src/common/etUnit/etUnit.h @@ -69,6 +69,13 @@ etInt16 etUnit_openTestCase(const char* testCaseName); */ void etUnit_closeTestCase(etInt16 id); /** + * skips a test case + * + * \param id the test case id + * \param msg the message or reason + */ +void etUnit_skipTestCase(etInt16 id, const char* msg); +/** * indicate success of a test case * * \param id the test case id |