Searched refs:accept_all_exceptions (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/libs/random/test/ |
D | test_qrng_functions.hpp | 138 inline bool accept_all_exceptions(const std::exception& e) in accept_all_exceptions() function 153 BOOST_REQUIRE_EXCEPTION( eng.seed(maxseed), std::range_error, accept_all_exceptions ); in test_max_seed() 177 BOOST_REQUIRE_EXCEPTION( eng(), std::range_error, accept_all_exceptions ); in test_max_discard() 188 BOOST_REQUIRE_EXCEPTION( other(), std::range_error, accept_all_exceptions ); in test_max_discard() 198 BOOST_REQUIRE_EXCEPTION( eng(), std::range_error, accept_all_exceptions ); in test_max_discard() 202 BOOST_REQUIRE_EXCEPTION( other.discard(maxdiscard+1), std::range_error, accept_all_exceptions ); in test_max_discard() 211 BOOST_REQUIRE_EXCEPTION( eng.discard(maxdiscard*2), std::range_error, accept_all_exceptions ); in test_max_discard() 246 BOOST_REQUIRE_EXCEPTION( engine_t(dim+1), std::invalid_argument, test::accept_all_exceptions ); \ 251 BOOST_REQUIRE_EXCEPTION( engine_t(0), std::invalid_argument, test::accept_all_exceptions ); \
|