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 for the latest Boost documentation.
PrevUpHomeNext

unit_test::reporter

Synopsis

Defined in header <boost/beast/_experimental/unit_test/reporter.hpp>

using reporter = detail::reporter<>;
Member Functions

Name

Description

arg

Set the argument string.

Returns the argument string.

operator=

reporter

run

Run the specified suite.

Run a sequence of suites.

run_each

Run all suites in a container.

run_each_if

Conditionally run suites in a container.

run_if

Conditionally run a sequence of suites.

~reporter [destructor]

The totals are output when the object is destroyed.


PrevUpHomeNext