Searched refs:GoogleTestFailureException (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/googletest/googlemock/test/
H A Dgmock_ex_test.cc40 using testing::internal::GoogleTestFailureException;
68 } catch (const GoogleTestFailureException& /* unused */) {
70 << "GoogleTestFailureException, which is used for reporting "
72 << "not throw a GoogleTestFailureException as it will kill the "
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h148 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error { class in namespace:testing::internal
150 explicit GoogleTestFailureException(const TestPartResult& failure);
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc2368 GoogleTestFailureException::GoogleTestFailureException( function in class:testing::internal::GoogleTestFailureException
2439 } catch (const internal::GoogleTestFailureException&) { // NOLINT
4160 throw internal::GoogleTestFailureException(result);

Completed in 29 milliseconds