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 an older version of Boost and was released in 2021. The current version is 1.89.0.
Holds the set of testcase results in a suite.
Defined in header <boost/beast/_experimental/unit_test/results.hpp>
class suite_results : public detail::const_container< std::vector< case_results > >
|
Name |
Description |
|---|---|
|
Returns the number of failures. |
|
|
Insert a set of testcase results. |
|
|
Returns the name of this suite. |
|
|
suite_results [constructor] |
|
|
Returns the total number of test conditions. |