Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc3790 void ThrowNothing() {} in ThrowNothing() function
3813 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 …]