Skip to main contentTestReportAddMiscInfoBlock
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DE
Function Syntax
TestReportAddMiscInfoBlock (char title[]);
Description
The function generates a new information block for additional information pairs in the report. With the function TestReportAddMiscInfo information pairs can be taken up into this block. This is possible until a new information block is opened with TestReportAddMiscInfoBlock, the current test case is ended (if the information block was opened within the test case) or a test case is called (if the information block was called in the test module).
Parameters
- title: Title of the information block.
Return Values
—
Example
See example: TestReportAdd* Functions
TestReportAddMiscInfo • TestReportAddExtendedInfo • TestReportAddEngineerInfo • TestReportAddSetupInfo • TestReportAddSUTInfo