Searched refs:ThrowRuntimeError (Results 1 – 1 of 1) sorted by relevance
3393 void ThrowRuntimeError(const char* what) { throw std::runtime_error(what); } in ThrowRuntimeError() function3420 ThrowRuntimeError("A description"); in TEST_F()3857 ASSERT_THROW(ThrowRuntimeError("A description"), std::logic_error), in TEST()3877 EXPECT_FATAL_FAILURE(ASSERT_NO_THROW(ThrowRuntimeError("A description")), in TEST()4597 EXPECT_THROW(ThrowRuntimeError("A description"), std::logic_error), in TEST()4615 EXPECT_NONFATAL_FAILURE(EXPECT_NO_THROW(ThrowRuntimeError("A description")), in TEST()