Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Example: TestModuleTitle, TestModuleDescription

Valid for: CANoe DE • CANoe4SW DE Color usage
  • statements
  • keywords
  • comments
  • test functions
MainTest()
{
    TestModuleTitle("Sample Tests"); // change test module title and add description
    TestModuleDescription("This test module calls some test cases to demonstrate ");
    ...
}