Home | History | Annotate | Download | only in src

Lines Matching refs:GoogleTestFailureException

1960 class GoogleTestFailureException : public ::std::runtime_error {
1962 explicit GoogleTestFailureException(const TestPartResult& failure)
2033 } catch (const GoogleTestFailureException&) { // NOLINT
3739 throw GoogleTestFailureException(result);