Home | History | Annotate | Download | only in googletest

Lines Matching refs:GoogleTestFailureException

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