Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

BOOST_TEST_INFO_SCOPE

Defines a sticky version of BOOST_TEST_INFO: the message stored in BOOST_TEST_INFO_SCOPE is printed for all failed assertions that come after the declaration of BOOST_TEST_INFO_SCOPE and within the current scope. For more details see here.


PrevUpHomeNext