Struct AssertionReaction
Synopsis
#include <include/internal/catch_assertionhandler.h>
struct AssertionReaction
Description
No description yet.
Source
Lines 39-42 in include/internal/catch_assertionhandler.h.
struct AssertionReaction {
bool shouldDebugBreak = false;
bool shouldThrow = false;
};