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 2016. The current version is 1.92.0.
defines testing result collector components
Defines class results_collector_t that is responsible for gathering test results and class test_results for presenting this information to end-user
namespace boost { namespace unit_test { class test_results; class results_collector_t; } }