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

Associates a unit test type with metadata.

Synopsis

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

class suite_info
Member Functions

Name

Description

full_name

Return the canonical suite name as a string.

library

manual

Returns true if this suite only runs manually.

module

name

run

Run a new instance of the associated test suite.

suite_info [constructor]

Friends

Name

Description

operator<


PrevUpHomeNext