Searched refs:ThrowNothing (Results 1 – 1 of 1) sorted by relevance
3670 void ThrowNothing() {} in ThrowNothing() function3686 ASSERT_THROW(ThrowNothing(), bool), in TEST()3693 ASSERT_NO_THROW(ThrowNothing()); in TEST()3703 ASSERT_ANY_THROW(ThrowNothing()), in TEST()4009 EXPECT_THROW(ThrowNothing(), bool); in TEST()4020 EXPECT_NO_THROW(ThrowNothing()); in TEST()4025 EXPECT_ANY_THROW(ThrowNothing()); in TEST()4424 EXPECT_THROW(ThrowNothing(), bool), in TEST()4431 EXPECT_NO_THROW(ThrowNothing()); in TEST()4441 EXPECT_ANY_THROW(ThrowNothing()), in TEST()[all …]