Searched refs:pExceptionType (Results 1 – 1 of 1) sorted by relevance
152 std::type_info const* pExceptionType = 0; in BOOST_AUTO_TEST_CASE() local157 >(my_handler1(pExceptionType)); in BOOST_AUTO_TEST_CASE()167 BOOST_REQUIRE(pExceptionType != 0); in BOOST_AUTO_TEST_CASE()168 BOOST_CHECK(*pExceptionType == typeid(std::runtime_error)); in BOOST_AUTO_TEST_CASE()169 pExceptionType = 0; in BOOST_AUTO_TEST_CASE()179 BOOST_REQUIRE(pExceptionType != 0); in BOOST_AUTO_TEST_CASE()180 BOOST_CHECK(*pExceptionType == typeid(std::exception)); in BOOST_AUTO_TEST_CASE()181 pExceptionType = 0; in BOOST_AUTO_TEST_CASE()191 BOOST_REQUIRE(pExceptionType == 0); in BOOST_AUTO_TEST_CASE()197 >(my_handler1(pExceptionType)); in BOOST_AUTO_TEST_CASE()[all …]