Boost C++ Libraries Home Libraries People FAQ More

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