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

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Header <boost/test/data/test_case.hpp>

test case family based on data generator


TC_MAKE(z, arity, _)
BOOST_DATA_TEST_CASE_PARAM(r, _, i, param)
BOOST_DATA_TEST_CONTEXT(r, _, param)
BOOST_DATA_TEST_CASE_PARAMS(params)
BOOST_DATA_TEST_CASE_IMPL(arity, test_name, dataset, params)
BOOST_DATA_TEST_CASE_WITH_PARAMS(test_name, dataset, ...)
BOOST_DATA_TEST_CASE_NO_PARAMS(test_name, dataset)
BOOST_DATA_TEST_CASE(...)

PrevUpHomeNext