...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
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, ...)