Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc3340 void ThrowRuntimeError(const char* what) { throw std::runtime_error(what); } in ThrowRuntimeError() function
3367 ThrowRuntimeError("A description"); in TEST_F()
3804 ASSERT_THROW(ThrowRuntimeError("A description"), std::logic_error), in TEST()
3824 EXPECT_FATAL_FAILURE(ASSERT_NO_THROW(ThrowRuntimeError("A description")), in TEST()
4544 EXPECT_THROW(ThrowRuntimeError("A description"), std::logic_error), in TEST()
4562 EXPECT_NONFATAL_FAILURE(EXPECT_NO_THROW(ThrowRuntimeError("A description")), in TEST()