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 to view this page for the latest version.
PrevUpHomeNext

test::error

Error codes returned from unit testing algorithms.

Synopsis

Defined in header <boost/beast/experimental/test/error.hpp>

enum error

Values

Name

Description

test_failure

The test stream generated a simulated testing error.

This error is returned by the test stream when it generates a simulated error.

Description

PrevUpHomeNext