Lines Matching full:throws
1647 Throws<std::runtime_error>()); in TEST()
1662 Throws<std::exception>()); in TEST()
1672 Throws<int>()); in TEST()
1679 Throws<std::runtime_error>()); in TEST()
1693 Throws<std::runtime_error>( in TEST()
1699 Matcher<std::function<void()>> matcher = Throws<std::runtime_error>(); in TEST()
1707 Matcher<std::function<void()>> matcher = Throws<std::runtime_error>(); in TEST()
1715 Matcher<std::function<void()>> matcher = Throws<std::runtime_error>(); in TEST()
1724 Matcher<std::function<void()>> matcher = Throws<std::runtime_error>(); in TEST()
1728 HasSubstr("throws an exception of an unknown type")); in TEST()
1732 Matcher<std::function<void()>> matcher = Throws<std::runtime_error>(); in TEST()
1772 HasSubstr("throws an exception of an unknown type")); in TEST_P()
1787 // Tests that Throws<E1>(Matcher<E2>{}) compiles even when E2 != const E1&.
1800 Matcher<std::function<void()>> matcher = Throws<uint32_t>(inner); in TEST()