Improvement of C++ test

  • Improve test generation engine.
  • Improve class factory.

Improvement of search feature in test editor

  • Available to search member variable of structure.
  • Available to search although starting string doesn’t match.

Improvement of coverage display method in source code editor.

Before 3.3 After 3.4 Description
[T] When the branch is only true-covered
[F] When the branch is only false-covered
[TF] When the branch is fully covered
When the branch is not covered
ex)[TF][T] When a line contains multiple branches

Others

  • Available to use CS_XX_INPUT(OUTPUT) macro in target tests.
  • Available to build with command line when Code Composer Studio project is closing.
  • CAVM code generation is optional.