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 to view this page for the latest version.
PrevUpHomeNext

Function finalize_setup_phase

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).

Synopsis

// In header: <boost/test/framework.hpp>


void finalize_setup_phase(test_unit_id tu = INV_TEST_UNIT_ID);

Description

Parameters:

tu

Optional id of the test unit representing root of test tree. If absent, master test suite is used


PrevUpHomeNext