![]() |
Project
|
#include <type_traits>
#include <boost/test/unit_test.hpp>
#include "DetectorsDCS/DataPointCompositeObject.h"
#include "Framework/TypeTraits.h"
#include <vector>
#include <list>
#include <gsl/gsl>
#include <boost/mpl/list.hpp>
Go to the source code of this file.
Macros | |
#define | BOOST_TEST_MODULE Test DetectorsDCS DataPoints |
#define | BOOST_TEST_MAIN |
#define | BOOST_TEST_DYN_LINK |
Typedefs | |
typedef boost::mpl::list< o2::dcs::DataPointIdentifier, o2::dcs::DataPointValue, o2::dcs::DataPointCompositeObject > | testTypes |
Functions | |
BOOST_AUTO_TEST_CASE_TEMPLATE (DataPointCompositeObjectTypeTraits, T, testTypes) | |
BOOST_AUTO_TEST_CASE (DataPointsAreMessageable) | |
#define BOOST_TEST_DYN_LINK |
Definition at line 15 of file testDataPointTypes.cxx.
#define BOOST_TEST_MAIN |
Definition at line 14 of file testDataPointTypes.cxx.
#define BOOST_TEST_MODULE Test DetectorsDCS DataPoints |
Definition at line 13 of file testDataPointTypes.cxx.
typedef boost::mpl::list<o2::dcs::DataPointIdentifier, o2::dcs::DataPointValue, o2::dcs::DataPointCompositeObject> testTypes |
Definition at line 25 of file testDataPointTypes.cxx.
BOOST_AUTO_TEST_CASE | ( | DataPointsAreMessageable | ) |
Definition at line 35 of file testDataPointTypes.cxx.
BOOST_AUTO_TEST_CASE_TEMPLATE | ( | DataPointCompositeObjectTypeTraits | , |
T | , | ||
testTypes | |||
) |
Definition at line 27 of file testDataPointTypes.cxx.