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


BOOST_TEST_DATASET_VARIADIC
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, F, test_name, dataset, params)
BOOST_DATA_TEST_CASE_WITH_PARAMS(F, test_name, dataset, ...)
BOOST_DATA_TEST_CASE_NO_PARAMS(F, test_name, dataset)
BOOST_DATA_TEST_CASE(...)
BOOST_DATA_TEST_CASE_F(F, ...)

PrevUpHomeNext