22 #ifndef TEST_BOOST_UNIT_TEST_BASE_H 23 #define TEST_BOOST_UNIT_TEST_BASE_H 29 #include <boost/test/unit_test.hpp> 52 template <
typename CONFIGURATIONCLASS>
53 struct BoostCommandLineConfiguration:
public CONFIGURATIONCLASS {
70 Base_t::ParseCommandLine(
71 boost::unit_test::framework::master_test_suite().argc,
72 boost::unit_test::framework::master_test_suite().
argv 81 #endif // TEST_BOOST_UNIT_TEST_BASE_H
testing::BasicGeometryEnvironmentConfiguration< geo::ChannelMapCRMAlg > Base_t
BoostCommandLineConfiguration()
Default constructor; this is what is used in Boost unit test.
BoostCommandLineConfiguration(std::string name)
Constructor; accepts the name as parameter.
void ParseCommandLineFromBoost()
Parses arguments as delivered by Boost.