Searched refs:GoogleTestFailureException (Results 1 – 4 of 4) sorted by relevance
42 using testing::internal::GoogleTestFailureException;68 } catch (const GoogleTestFailureException& /* unused */) { in TEST()
159 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error {161 explicit GoogleTestFailureException(const TestPartResult& failure);
916 : public internal::GoogleTestFailureException {919 : GoogleTestFailureException(result) {} in AssertionException()
2586 GoogleTestFailureException::GoogleTestFailureException( in GoogleTestFailureException() function in testing::internal::GoogleTestFailureException2651 } catch (const internal::GoogleTestFailureException&) { // NOLINT in HandleExceptionsInMethodIfSupported()5374 throw internal::GoogleTestFailureException(result); in AddTestPartResult()