Home | History | Annotate | Download | only in src

Lines Matching refs:GoogleTestFailureException

2054 class GoogleTestFailureException : public ::std::runtime_error {
2056 explicit GoogleTestFailureException(const TestPartResult& failure)
2127 } catch (const GoogleTestFailureException&) { // NOLINT
3799 throw GoogleTestFailureException(result);