Lines Matching refs:GoogleTestFailureException
2054 class GoogleTestFailureException : public ::std::runtime_error {2056 explicit GoogleTestFailureException(const TestPartResult& failure)2127 } catch (const GoogleTestFailureException&) { // NOLINT3799 throw GoogleTestFailureException(result);