Searched refs:GoogleTestFailureException (Results 1 – 2 of 2) sorted by relevance
147 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error {149 explicit GoogleTestFailureException(const TestPartResult& failure);
2029 GoogleTestFailureException::GoogleTestFailureException( in GoogleTestFailureException() function in testing::internal::GoogleTestFailureException2100 } catch (const internal::GoogleTestFailureException&) { // NOLINT in HandleExceptionsInMethodIfSupported()3760 throw internal::GoogleTestFailureException(result); in AddTestPartResult()