Searched refs:GoogleTestFailureException (Results 1 – 4 of 4) sorted by relevance
41 using testing::internal::GoogleTestFailureException;67 } catch (const GoogleTestFailureException& /* unused */) { in TEST()
153 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error {155 explicit GoogleTestFailureException(const TestPartResult& failure);
1048 : public internal::GoogleTestFailureException {1051 : GoogleTestFailureException(result) {} in AssertionException()
2424 GoogleTestFailureException::GoogleTestFailureException( in GoogleTestFailureException() function in testing::internal::GoogleTestFailureException2497 } catch (const internal::GoogleTestFailureException&) { // NOLINT in HandleExceptionsInMethodIfSupported()4763 throw internal::GoogleTestFailureException(result); in AddTestPartResult()