Searched refs:ThrowRuntimeError (Results 1 – 1 of 1) sorted by relevance
3344 void ThrowRuntimeError(const char* what) { throw std::runtime_error(what); } in ThrowRuntimeError() function3371 ThrowRuntimeError("A description"); in TEST_F()3808 ASSERT_THROW(ThrowRuntimeError("A description"), std::logic_error), in TEST()3828 EXPECT_FATAL_FAILURE(ASSERT_NO_THROW(ThrowRuntimeError("A description")), in TEST()4548 EXPECT_THROW(ThrowRuntimeError("A description"), std::logic_error), in TEST()4566 EXPECT_NONFATAL_FAILURE(EXPECT_NO_THROW(ThrowRuntimeError("A description")), in TEST()