Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/googletest/googletest/test/
Dgtest_unittest.cc3788 void ThrowNothing() {} in ThrowNothing() function
3804 ASSERT_THROW(ThrowNothing(), bool), in TEST()
3811 ASSERT_NO_THROW(ThrowNothing()); in TEST()
3821 ASSERT_ANY_THROW(ThrowNothing()), in TEST()
4129 EXPECT_THROW(ThrowNothing(), bool); in TEST()
4140 EXPECT_NO_THROW(ThrowNothing()); in TEST()
4145 EXPECT_ANY_THROW(ThrowNothing()); in TEST()
4545 EXPECT_THROW(ThrowNothing(), bool), in TEST()
4552 EXPECT_NO_THROW(ThrowNothing()); in TEST()
4562 EXPECT_ANY_THROW(ThrowNothing()), in TEST()
[all …]