Searched refs:GoogleTestFailureException (Results 1 – 2 of 2) sorted by relevance
3865 GoogleTestFailureException::GoogleTestFailureException( in GoogleTestFailureException() function in testing::internal::GoogleTestFailureException3938 } catch (const internal::GoogleTestFailureException&) { // NOLINT in HandleExceptionsInMethodIfSupported()6145 throw internal::GoogleTestFailureException(result); in AddTestPartResult()
8040 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error {8042 explicit GoogleTestFailureException(const TestPartResult& failure);20797 : public internal::GoogleTestFailureException {20800 : GoogleTestFailureException(result) {}