integrated AssertionHandler into INTERNAL_CATCH_THROWS_AS

This commit is contained in:
Phil Nash
2017-08-08 19:43:07 +01:00
parent f033f4f184
commit 8a97beece2
3 changed files with 11 additions and 7 deletions

View File

@@ -54,6 +54,7 @@ namespace Catch {
void handle( AssertionResultData const& resultData, ITransientExpression const* expr );
auto shouldDebugBreak() const -> bool;
auto allowThrows() const -> bool;
void reactWithDebugBreak() const;
void reactWithoutDebugBreak() const;
void useActiveException( ResultDisposition::Flags resultDisposition );