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::recorder

A test runner that stores the results.

Synopsis

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

class recorder :
    public unit_test::runner
Member Functions

Name

Description

arg

Set the argument string.

Returns the argument string.

recorder [constructor]

report

Returns a report with the results of all completed suites.

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.


PrevUpHomeNext