#include "boost/test/unit_test.hpp"
#include "fhiclcpp/types/Atom.h"
#include "fhiclcpp/types/Sequence.h"
#include "fhiclcpp/types/Table.h"
#include "fhiclcpp/types/Tuple.h"
#include "fhiclcpp/types/detail/SearchAllowedConfiguration.h"
#include <string>
Go to the source code of this file.
Macros | |
#define | BOOST_TEST_MODULE (search allowed configuration test) |
Functions | |
BOOST_AUTO_TEST_CASE (table_t) | |
BOOST_AUTO_TEST_CASE (seqInSeq_t) | |
Variables | |
auto | supports_key = SearchAllowedConfiguration::supports_key |
#define BOOST_TEST_MODULE (search allowed configuration test) |
Definition at line 1 of file searchAllowedConfiguration_t.cc.
BOOST_AUTO_TEST_CASE | ( | table_t | ) |
Definition at line 34 of file searchAllowedConfiguration_t.cc.
BOOST_AUTO_TEST_CASE | ( | seqInSeq_t | ) |
Definition at line 48 of file searchAllowedConfiguration_t.cc.
auto supports_key = SearchAllowedConfiguration::supports_key |
Definition at line 16 of file searchAllowedConfiguration_t.cc.