...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::get — This function provides access to a test unit by id and type combination. It will throw if no test unit located.
// In header: <boost/test/framework.hpp> test_unit & get(test_unit_id tu_id, test_unit_type tu_type);