6 #ifndef jb_gmock_init_hpp 7 #define jb_gmock_init_hpp 9 #include <boost/test/unit_test.hpp> 10 #include <gmock/gmock.h> 18 ::testing::GTEST_FLAG(throw_on_failure) =
true;
19 ::testing::InitGoogleMock(
20 &boost::unit_test::framework::master_test_suite().argc,
21 boost::unit_test::framework::master_test_suite().argv);
31 #endif // jb_gmock_init_hpp ~initialize_from_boost_test()
BOOST_GLOBAL_FIXTURE(initialize_from_boost_test)
A Boost.Test global fixture to initialize GMock.
initialize_from_boost_test()
The top-level namespace for the JayBeams library.