mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-09 00:09:33 +01:00
integrated AssertionHandler into INTERNAL_CATCH_MSG
This commit is contained in:
@@ -50,6 +50,7 @@ namespace Catch {
|
||||
handle( expr.makeUnaryExpr() );
|
||||
}
|
||||
void handle( ResultWas::OfType resultType );
|
||||
void handle( ResultWas::OfType resultType, StringRef const& message );
|
||||
void handle( ResultWas::OfType resultType, ITransientExpression const* expr, bool negated );
|
||||
void handle( AssertionResultData const& resultData, ITransientExpression const* expr );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user