Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

BOOST_AUTO_TEST_SUITE_END

The BOOST_AUTO_TEST_SUITE_END() macro ends the test suite most recently defined with BOOST_AUTO_TEST_SUITE or BOOST_FIXTURE_TEST_SUITE. The corresponding namespace created when the test suite was defined is closed by BOOST_AUTO_TEST_SUITE_END.

Example Source Code

PrevUpHomeNext