Define CHECKED_ELSE
Synopsis
#include <include/catch.hpp>
#define CHECKED_ELSE(...)
Description
No description yet.
Mentioned in
- Writing tests / Other Macros / Assertion related macros
- Other / Deprecations / CHECKED_IF and CHECKED_ELSE
Source
Line 220 in include/catch.hpp.
#define CHECKED_ELSE(...) \
INTERNAL_CATCH_ELSE( "CHECKED_ELSE", Catch::ResultDisposition::ContinueOnFailure, __VA_ARGS__ )