Go to the source code of this file.
#define BOOST_TEST_MODULE (keys_to_ignore) |
BOOST_AUTO_TEST_CASE |
( |
simple_case |
| ) |
|
BOOST_AUTO_TEST_CASE |
( |
simple_case_2 |
| ) |
|
BOOST_AUTO_TEST_CASE |
( |
template_test_1 |
| ) |
|
Definition at line 58 of file keys_to_ignore_t.cc.
60 auto const& ref = Config::KeysToIgnore{}();
62 BOOST_TEST(
test == ref);
BOOST_AUTO_TEST_CASE |
( |
template_test_2 |
| ) |
|
Definition at line 65 of file keys_to_ignore_t.cc.
67 auto const& ref = {
"a",
"testing",
"z"};
70 BOOST_TEST(
test == ref, boost::test_tools::per_element{});