framework.hpp | 93 struct setup_error : std::runtime_error { struct in namespace:boost::unit_test::framework 94 setup_error( const_string m ) : std::runtime_error( std::string( m.begin(), m.size() ) ) {} function in struct:boost::unit_test::framework::setup_error 97 #define BOOST_TEST_SETUP_ASSERT( cond, msg ) if( cond ) {} else throw unit_test::framework::setup_error( msg )
|