Lines Matching refs:ResultWas
146 if (result.getResultType() == ResultWas::Ok) { in assertionEnded()
164 if (result.getResultType() != ResultWas::Warning) in assertionEnded()
272 AssertionResultData tempResult( ResultWas::FatalErrorCondition, { false } ); in handleFatalErrorCondition()
402 reportExpr(info, ResultWas::Ok, &expr, negated); in handleExpr()
406 reportExpr(info, ResultWas::ExpressionFailed, &expr, negated ); in handleExpr()
412 ResultWas::OfType resultType, in reportExpr()
427 ResultWas::OfType resultType, in handleMessage()
446 handleNonExpr(info, Catch::ResultWas::DidntThrowException, reaction); in handleUnexpectedExceptionNotThrown()
456 AssertionResultData data( ResultWas::ThrewException, LazyExpression( false ) ); in handleUnexpectedInflightException()
473 AssertionResultData data( ResultWas::ThrewException, LazyExpression( false ) ); in handleIncomplete()
480 ResultWas::OfType resultType, in handleNonExpr()