#include "FixtureBase.h"
#include "boost/test/unit_test.hpp"
#include "fhiclcpp/types/Atom.h"
#include "fhiclcpp/types/Sequence.h"
#include "fhiclcpp/types/Tuple.h"
#include <string>
#include <vector>
Go to the source code of this file.
Macros | |
#define | BOOST_TEST_MODULE (return values from fcl) |
Functions | |
BOOST_AUTO_TEST_CASE (atom) | |
BOOST_AUTO_TEST_CASE (seq_vector) | |
BOOST_AUTO_TEST_CASE (seq_array) | |
BOOST_AUTO_TEST_CASE (tuple) | |
BOOST_AUTO_TEST_CASE (tuple_with_vector) | |
BOOST_AUTO_TEST_CASE (tuple_with_array) | |
BOOST_AUTO_TEST_CASE (tuple_with_tuple) | |
BOOST_AUTO_TEST_CASE (vec_of_tups) | |
BOOST_AUTO_TEST_CASE (arr_of_tups) | |
BOOST_AUTO_TEST_CASE (vec_of_vecs) | |
BOOST_AUTO_TEST_CASE (vec_of_arrs) | |
BOOST_AUTO_TEST_CASE (arr_of_vecs) | |
BOOST_AUTO_TEST_CASE (arr_of_arrs) | |
Definition at line 10 of file return_values_from_fcl_t.cc.
BOOST_AUTO_TEST_CASE | ( | atom | ) |
Definition at line 58 of file return_values_from_fcl_t.cc.
BOOST_AUTO_TEST_CASE | ( | seq_vector | ) |
Definition at line 64 of file return_values_from_fcl_t.cc.
BOOST_AUTO_TEST_CASE | ( | seq_array | ) |
Definition at line 72 of file return_values_from_fcl_t.cc.
BOOST_AUTO_TEST_CASE | ( | tuple | ) |
Definition at line 80 of file return_values_from_fcl_t.cc.
BOOST_AUTO_TEST_CASE | ( | tuple_with_vector | ) |
Definition at line 88 of file return_values_from_fcl_t.cc.
BOOST_AUTO_TEST_CASE | ( | tuple_with_array | ) |
Definition at line 98 of file return_values_from_fcl_t.cc.
BOOST_AUTO_TEST_CASE | ( | tuple_with_tuple | ) |
Definition at line 108 of file return_values_from_fcl_t.cc.
BOOST_AUTO_TEST_CASE | ( | vec_of_tups | ) |
Definition at line 118 of file return_values_from_fcl_t.cc.
BOOST_AUTO_TEST_CASE | ( | arr_of_tups | ) |
Definition at line 131 of file return_values_from_fcl_t.cc.
BOOST_AUTO_TEST_CASE | ( | vec_of_vecs | ) |
Definition at line 147 of file return_values_from_fcl_t.cc.
BOOST_AUTO_TEST_CASE | ( | vec_of_arrs | ) |
Definition at line 166 of file return_values_from_fcl_t.cc.
BOOST_AUTO_TEST_CASE | ( | arr_of_vecs | ) |
Definition at line 179 of file return_values_from_fcl_t.cc.
BOOST_AUTO_TEST_CASE | ( | arr_of_arrs | ) |
Definition at line 191 of file return_values_from_fcl_t.cc.