Home
last modified time | relevance | path

Searched refs:ThrowNothing (Results 1 – 1 of 1) sorted by relevance

/src/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc3843 void ThrowNothing() {} in ThrowNothing() function
3866 ASSERT_THROW(ThrowNothing(), bool), in TEST()
3873 ASSERT_NO_THROW(ThrowNothing()); in TEST()
3888 EXPECT_FATAL_FAILURE(ASSERT_ANY_THROW(ThrowNothing()), in TEST()
4188 if (AlwaysFalse()) EXPECT_THROW(ThrowNothing(), bool); in TEST()
4198 EXPECT_NO_THROW(ThrowNothing()); in TEST()
4202 if (AlwaysFalse()) EXPECT_ANY_THROW(ThrowNothing()); in TEST()
4604 EXPECT_THROW(ThrowNothing(), bool), in TEST()
4611 EXPECT_NO_THROW(ThrowNothing()); in TEST()
4626 EXPECT_NONFATAL_FAILURE(EXPECT_ANY_THROW(ThrowNothing()), in TEST()
[all …]