TestCaseSkipped
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DE NoteThe parameter Identifier is only supported for test modules. It is ignored for test units as test case IDs are generated in vTESTstudio.
Function Syntax
TestCaseSkipped(char[] ident, char[] title);
Description
This function can be used to mark a test case as unexecuted. This will then appear as a “skipped” test case in the Test Report.The verdict of the test module is not affected. This function may only be called in the context of the MainTest function.
Parameters
- ident: Identifier of the test case, e.g. number.
- title: Title of the test case.
Return Values
—Example
Exampletest case “tc3” is only executed under certain conditions