#include <cstdlib>
#include <iostream>
#include <string>
#include <typeinfo>
#include <vector>
#include <highfive/H5File.hpp>
#include <highfive/H5DataSet.hpp>
#include <highfive/H5DataSpace.hpp>
#include <highfive/H5Group.hpp>
#include <boost/mpl/list.hpp>
#include <boost/test/included/unit_test.hpp>
Go to the source code of this file.
|
typedef boost::mpl::list< int, unsigned int, long, unsigned long, unsigned char, char, float, double, long long, unsigned long long > | numerical_test_types |
|
|
int | argc = boost::unit_test::framework::master_test_suite().argc |
|
char ** | argv = boost::unit_test::framework::master_test_suite().argv |
|
◆ BOOST_TEST_MAIN
#define BOOST_TEST_MAIN HighFiveTest |
◆ numerical_test_types
typedef boost::mpl::list<int, unsigned int, long, unsigned long, unsigned char, char, float, double, long long, unsigned long long> numerical_test_types |
◆ BOOST_AUTO_TEST_CASE_TEMPLATE()
◆ BOOST_GLOBAL_FIXTURE()
◆ selectionArraySimpleTestParallel()
template<typename T >
void selectionArraySimpleTestParallel |
( |
| ) |
|
◆ argc
int argc = boost::unit_test::framework::master_test_suite().argc |
◆ argv
char** argv = boost::unit_test::framework::master_test_suite().argv |