Home | Libraries | People | FAQ | More |
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
.