Boost C++ Libraries Home Libraries People FAQ More

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