Home
last modified time | relevance | path

Searched refs:BOOST_TEST_I_THROW (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/test/detail/
Dthrow_exception.hpp59 #define BOOST_TEST_I_THROW( E ) unit_test::ut_detail::throw_exception( E ) macro
60 #define BOOST_TEST_I_ASSRT( cond, ex ) if( cond ) {} else BOOST_TEST_I_THROW( ex )
/third_party/boost/boost/test/utils/runtime/cla/
Dparser.hpp499BOOST_TEST_I_THROW( format_error() << "Invalid format for an actual argument " << token ); in validate_token_format()
585 BOOST_TEST_I_THROW( unrecognized_param( std::move(typo_candidate_names) ) in locate_parameter()
589 BOOST_TEST_I_THROW( unrecognized_param( typo_candidate_names ) in locate_parameter()
601 BOOST_TEST_I_THROW( ambiguous_param( std::move( amb_names ) ) in locate_parameter()
604 BOOST_TEST_I_THROW( ambiguous_param( amb_names ) in locate_parameter()
/third_party/boost/boost/test/utils/runtime/
Dargument_factory.hpp57 BOOST_TEST_I_THROW( format_error( param_name ) << source << in interpret()
122BOOST_TEST_I_THROW( format_error( param_name ) << source << " can't be interpreted as bool value."… in interpret()
/third_party/boost/boost/test/data/
Dconfig.hpp47 #define BOOST_TEST_DS_ERROR( msg ) BOOST_TEST_I_THROW( std::logic_error( msg ) )
/third_party/boost/boost/test/impl/
Dunit_test_parameters.ipp688 BOOST_TEST_I_THROW( framework::nothing_to_test( boost::exit_success ) );
692 BOOST_TEST_I_THROW( framework::nothing_to_test( boost::exit_success ) );
699 BOOST_TEST_I_THROW( framework::nothing_to_test( boost::exit_success ) );
719 BOOST_TEST_I_THROW( framework::nothing_to_test( boost::exit_exception_failure ) );
735 BOOST_TEST_I_THROW( framework::nothing_to_test( boost::exit_exception_failure ) );
743 BOOST_TEST_I_THROW( framework::nothing_to_test( boost::exit_exception_failure ) );
Dexecution_monitor.ipp264BOOST_TEST_I_THROW(execution_exception( ec, buf, execution_exception::location( extract<throw_file…
905 BOOST_TEST_I_THROW( local_signal_handler.sys_sig() );
Dtest_tools.ipp389 BOOST_TEST_I_THROW( execution_aborted() );
Dframework.ipp1145 BOOST_TEST_I_THROW( framework::nothing_to_test( boost::exit_exception_failure ) );