Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc3794 void ThrowNothing() {} in ThrowNothing() function
3817 ASSERT_THROW(ThrowNothing(), bool), in TEST()
3824 ASSERT_NO_THROW(ThrowNothing()); in TEST()
3839 EXPECT_FATAL_FAILURE(ASSERT_ANY_THROW(ThrowNothing()), in TEST()
4139 if (AlwaysFalse()) EXPECT_THROW(ThrowNothing(), bool); in TEST()
4149 EXPECT_NO_THROW(ThrowNothing()); in TEST()
4153 if (AlwaysFalse()) EXPECT_ANY_THROW(ThrowNothing()); in TEST()
4555 EXPECT_THROW(ThrowNothing(), bool), in TEST()
4562 EXPECT_NO_THROW(ThrowNothing()); in TEST()
4577 EXPECT_NONFATAL_FAILURE(EXPECT_ANY_THROW(ThrowNothing()), in TEST()
[all …]