21 #ifndef TEST_BOOST_UNIT_TEST_BASE_H 22 #define TEST_BOOST_UNIT_TEST_BASE_H 28 #include <boost/test/unit_test.hpp> 50 template <
typename CONFIGURATIONCLASS>
65 Base_t::ParseCommandLine(boost::unit_test::framework::master_test_suite().argc,
66 boost::unit_test::framework::master_test_suite().argv);
73 #endif // TEST_BOOST_UNIT_TEST_BASE_H
CONFIGURATIONCLASS Base_t
BoostCommandLineConfiguration()
Default constructor; this is what is used in Boost unit test.
Class holding a configuration for a Boost test fixture.
BoostCommandLineConfiguration(std::string name)
Constructor; accepts the name as parameter.
void ParseCommandLineFromBoost()
Parses arguments as delivered by Boost.
Base class for unit tests using FHiCL configuration.