Test of larcoreobj/SimpleTypesAndConstants/readout_types_fhicl.h.
More...
#include "boost/test/unit_test.hpp"#include "larcoreobj/SimpleTypesAndConstants/readout_types_fhicl.h"#include "larcoreobj/SimpleTypesAndConstants/readout_types.h"#include "fhiclcpp/types/Table.h"#include "fhiclcpp/ParameterSet.h"#include <iostream>#include <string>#include <array>#include <type_traits>Go to the source code of this file.
Macros | |
| #define | BOOST_TEST_MODULE ( readout_types_fhicl_test ) |
Test of larcoreobj/SimpleTypesAndConstants/readout_types_fhicl.h.
Definition in file readout_types_fhicl_test.cc.
| #define BOOST_TEST_MODULE ( readout_types_fhicl_test ) |
Definition at line 9 of file readout_types_fhicl_test.cc.
| BOOST_AUTO_TEST_CASE | ( | CryostatID_testcase | ) |
Definition at line 947 of file readout_types_fhicl_test.cc.
| BOOST_AUTO_TEST_CASE | ( | TPCsetID_testcase | ) |
Definition at line 969 of file readout_types_fhicl_test.cc.
| BOOST_AUTO_TEST_CASE | ( | ROPID_testcase | ) |
Definition at line 991 of file readout_types_fhicl_test.cc.
| void test_CryostatID_invalid | ( | ) |
Definition at line 71 of file readout_types_fhicl_test.cc.
| void test_CryostatID_normal | ( | ) |
Definition at line 51 of file readout_types_fhicl_test.cc.
| void test_CryostatIDsequence_empty | ( | ) |
Definition at line 166 of file readout_types_fhicl_test.cc.
| void test_CryostatIDsequence_normal | ( | ) |
Definition at line 135 of file readout_types_fhicl_test.cc.
| void test_OptionalCryostatID_omitted | ( | ) |
Definition at line 112 of file readout_types_fhicl_test.cc.
| void test_OptionalCryostatID_present | ( | ) |
Definition at line 91 of file readout_types_fhicl_test.cc.
| void test_OptionalCryostatIDsequence_empty | ( | ) |
Definition at line 218 of file readout_types_fhicl_test.cc.
| void test_OptionalCryostatIDsequence_normal | ( | ) |
Definition at line 184 of file readout_types_fhicl_test.cc.
| void test_OptionalCryostatIDsequence_omitted | ( | ) |
Definition at line 251 of file readout_types_fhicl_test.cc.
| void test_OptionalROPID_omitted | ( | ) |
Definition at line 589 of file readout_types_fhicl_test.cc.
| void test_OptionalROPID_present | ( | ) |
Definition at line 569 of file readout_types_fhicl_test.cc.
| void test_OptionalROPIDsequence_empty | ( | ) |
Definition at line 696 of file readout_types_fhicl_test.cc.
| void test_OptionalROPIDsequence_normal | ( | ) |
Definition at line 661 of file readout_types_fhicl_test.cc.
| void test_OptionalROPIDsequence_omitted | ( | ) |
Definition at line 729 of file readout_types_fhicl_test.cc.
| void test_OptionalTPCsetID_omitted | ( | ) |
Definition at line 350 of file readout_types_fhicl_test.cc.
| void test_OptionalTPCsetID_present | ( | ) |
Definition at line 329 of file readout_types_fhicl_test.cc.
| void test_OptionalTPCsetIDsequence_empty | ( | ) |
Definition at line 457 of file readout_types_fhicl_test.cc.
| void test_OptionalTPCsetIDsequence_normal | ( | ) |
Definition at line 422 of file readout_types_fhicl_test.cc.
| void test_OptionalTPCsetIDsequence_omitted | ( | ) |
Definition at line 491 of file readout_types_fhicl_test.cc.
| void test_ROPID_invalid | ( | ) |
Definition at line 549 of file readout_types_fhicl_test.cc.
| void test_ROPID_normal | ( | ) |
Definition at line 529 of file readout_types_fhicl_test.cc.
| void test_ROPIDsequence_empty | ( | ) |
Definition at line 644 of file readout_types_fhicl_test.cc.
| void test_ROPIDsequence_normal | ( | ) |
Definition at line 611 of file readout_types_fhicl_test.cc.
| void test_ROPUnifiedInterface | ( | ) |
Definition at line 762 of file readout_types_fhicl_test.cc.
| void test_TPCsetID_invalid | ( | ) |
Definition at line 309 of file readout_types_fhicl_test.cc.
| void test_TPCsetID_normal | ( | ) |
Definition at line 289 of file readout_types_fhicl_test.cc.
| void test_TPCsetIDsequence_empty | ( | ) |
Definition at line 404 of file readout_types_fhicl_test.cc.
| void test_TPCsetIDsequence_normal | ( | ) |
Definition at line 373 of file readout_types_fhicl_test.cc.
| fhicl::Table<Config> validateConfig | ( | std::string const & | configStr | ) |
Definition at line 30 of file readout_types_fhicl_test.cc.
1.8.11