Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

BOOST_FIXTURE_TEST_SUITE

The BOOST_FIXTURE_TEST_SUITE(suite, fixture) macro begins the test suite named suite and uses fixture as a test fixture to be used as the base class of all test case classes created in the suite with BOOST_AUTO_TEST_CASE.

Example Source Code

PrevUpHomeNext