...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
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);