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

Holds a set of test condition outcomes in a testcase.

Synopsis

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

class case_results
Types

Name

Description

test

Holds the result of evaluating one test condition.

Member Functions

Name

Description

case_results [constructor]

name

Returns the name of this testcase.

Data Members

Name

Description

log

Memberspace for a container of testcase log messages.

tests

Memberspace for a container of test condition outcomes.


PrevUpHomeNext