#include <icl_core/DataHeader.h>
#include <icl_core/BaseTypes.h>
#include <boost/test/unit_test.hpp>
#include <boost/mpl/list.hpp>
Go to the source code of this file.
Typedefs | |
typedef boost::mpl::list< char, short, uint32_t, int, long, float, double > | TestTypes |
Functions | |
BOOST_AUTO_TEST_CASE_TEMPLATE (DataHeaderCapacity, T, TestTypes) |
Definition in file ts_DataHeader.cpp.
Definition at line 37 of file ts_DataHeader.cpp.
BOOST_AUTO_TEST_CASE_TEMPLATE | ( | DataHeaderCapacity | , |
T | , | ||
TestTypes | |||
) |
Definition at line 39 of file ts_DataHeader.cpp.