...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::deregister_test_unit — This function removes the test unit from the collection of known test units and destroys the test unit object.
// In header: <boost/test/framework.hpp> void deregister_test_unit(test_unit * tu);