Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

report_format

Parameter report_format allows to set the Unit Test Framework report format to one of the formats supplied by the framework. To specify a custom report format use unit_test_report API.

The only acceptable values for this parameter are the names of the output formats. By default the framework uses human readable format (HRF) for results reporting. Alternatively you can specify XML as report format. This format is easier to process by testing automation tools.

Acceptable values

Enumeration names:

Command line syntax
Environment variable
BOOST_TEST_REPORT_FORMAT

PrevUpHomeNext