13#define BOOST_TEST_MODULE Test DetectorsDCS DataPoints
14#define BOOST_TEST_MAIN
15#define BOOST_TEST_DYN_LINK
17#include <boost/test/unit_test.hpp>
23#include <boost/mpl/list.hpp>
25typedef boost::mpl::list<o2::dcs::DataPointIdentifier, o2::dcs::DataPointValue, o2::dcs::DataPointCompositeObject>
testTypes;
37 BOOST_CHECK_EQUAL(o2::framework::is_messageable<o2::dcs::DataPointIdentifier>::value,
true);
38 BOOST_CHECK_EQUAL(o2::framework::is_messageable<o2::dcs::DataPointValue>::value,
true);
39 BOOST_CHECK_EQUAL(o2::framework::is_messageable<o2::dcs::DataPointCompositeObject>::value,
true);
BOOST_AUTO_TEST_CASE_TEMPLATE(DataPointCompositeObjectTypeTraits, T, testTypes)
boost::mpl::list< o2::dcs::DataPointIdentifier, o2::dcs::DataPointValue, o2::dcs::DataPointCompositeObject > testTypes
BOOST_AUTO_TEST_CASE(DataPointsAreMessageable)
BOOST_CHECK_EQUAL(triggersD.size(), triggers.size())