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

PrevUpHomeNext

Function master_test_suite

boost::unit_test::framework::master_test_suite — There is only only master test suite per test module.

Synopsis

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


master_test_suite_t & master_test_suite();

Description

Returns:

a reference the master test suite instance


PrevUpHomeNext