Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This setting enables or disables including details about specific Google Test unit test assertion failures in the HTML report.

Acceptable Values

true

Google Test Information about unit test assertion failures are is included in the report.

false

Google Test Default. Information about unit test assertion failures are is not included in the report.

...

This setting specifies the type of coverage included in an additional report, which includes source code annotated with line-by-line coverage details when a test's HTML report links to it.

Acceptable Values

LCLine coverage is included in the report.
DCDecision coverage is included in the report.

report.separate_vm.xmx

This setting specifies how much memory should be used for reports generation. 

Acceptable Values

[memory_size] 

The maximum amount of memory allocated for report generation. The default is 120M.


report.separate_vm

This setting enables or disables generating reports as a separate virtual machine.

Acceptable Values

trueReports are generated as a separate virtual machine.
falseDefault. Generating reports as a separate virtual machine is disabled.

report.separate_vm.launch.file

This setting specifies the path to launch file that should be used during reports generation.

Acceptable Values

[path] 

The path to the launch file.


dupcode.sorting.mode

This setting specifies how elements in the code duplication findings are sorted. 

Acceptable Values

oldestThe oldest result is displayed at the top.
newestsThe newest result is displayed at the top.
pathsDefault. The results are sorted by full path names in the ascending alphabetical order (A to Z).


report.coverage.version

This setting specifies the version of the XML coverage report.

Acceptable Values

1Default. The standard version is used.
2The size of the XML report is optimized.


Anchor
report.dtp.publish
report.dtp.publish
report.dtp.publish

...