Project
Loading...
Searching...
No Matches
testDataPointTypes.cxx File Reference
#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::DataPointCompositeObjecttestTypes
 

Functions

 BOOST_AUTO_TEST_CASE_TEMPLATE (DataPointCompositeObjectTypeTraits, T, testTypes)
 
 BOOST_AUTO_TEST_CASE (DataPointsAreMessageable)
 

Macro Definition Documentation

◆ BOOST_TEST_DYN_LINK

#define BOOST_TEST_DYN_LINK

Definition at line 15 of file testDataPointTypes.cxx.

◆ BOOST_TEST_MAIN

#define BOOST_TEST_MAIN

Definition at line 14 of file testDataPointTypes.cxx.

◆ BOOST_TEST_MODULE

#define BOOST_TEST_MODULE   Test DetectorsDCS DataPoints

Definition at line 13 of file testDataPointTypes.cxx.

Typedef Documentation

◆ testTypes

Function Documentation

◆ BOOST_AUTO_TEST_CASE()

BOOST_AUTO_TEST_CASE ( DataPointsAreMessageable  )

Definition at line 35 of file testDataPointTypes.cxx.

◆ BOOST_AUTO_TEST_CASE_TEMPLATE()

BOOST_AUTO_TEST_CASE_TEMPLATE ( DataPointCompositeObjectTypeTraits  ,
,
testTypes   
)

Definition at line 27 of file testDataPointTypes.cxx.