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 2015. The current version is 1.90.0.
boost::unit_test::framework::finalize_setup_phase — This function applies all the decorators and figures out default run status. This argument facilitates an ability of the test cases to prepare some other test units (primarily used internally for self testing).
// In header: <boost/test/framework.hpp> void finalize_setup_phase(test_unit_id tu = INV_TEST_UNIT_ID);