Searched refs:ThrowNothing (Results 1 – 1 of 1) sorted by relevance
3790 void ThrowNothing() {} in ThrowNothing() function3813 ASSERT_THROW(ThrowNothing(), bool), in TEST()3820 ASSERT_NO_THROW(ThrowNothing()); in TEST()3835 EXPECT_FATAL_FAILURE(ASSERT_ANY_THROW(ThrowNothing()), in TEST()4135 if (AlwaysFalse()) EXPECT_THROW(ThrowNothing(), bool); in TEST()4145 EXPECT_NO_THROW(ThrowNothing()); in TEST()4149 if (AlwaysFalse()) EXPECT_ANY_THROW(ThrowNothing()); in TEST()4551 EXPECT_THROW(ThrowNothing(), bool), in TEST()4558 EXPECT_NO_THROW(ThrowNothing()); in TEST()6550 EXPECT_NO_THROW(ThrowNothing()) << "unexpected failure"; in TEST()[all …]