Searched refs:GoogleTestFailureException (Results 1 – 3 of 3) sorted by relevance
145 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error {147 explicit GoogleTestFailureException(const TestPartResult& failure);
1065 : public internal::GoogleTestFailureException {1068 : GoogleTestFailureException(result) {} in AssertionException()
2399 GoogleTestFailureException::GoogleTestFailureException( in GoogleTestFailureException() function in testing::internal::GoogleTestFailureException2472 } catch (const internal::GoogleTestFailureException&) { // NOLINT in HandleExceptionsInMethodIfSupported()4823 throw internal::GoogleTestFailureException(result); in AddTestPartResult()