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>
21#include <boost/mpl/list.hpp>
23typedef boost::mpl::list<o2::dcs::DataPointIdentifier, o2::dcs::DataPointValue, o2::dcs::DataPointCompositeObject>
testTypes;
35 BOOST_CHECK_EQUAL(o2::framework::is_messageable<o2::dcs::DataPointIdentifier>::value,
true);
36 BOOST_CHECK_EQUAL(o2::framework::is_messageable<o2::dcs::DataPointValue>::value,
true);
37 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())