Define CHECK_THROWS
Synopsis
#include <include/catch.hpp>
#define CHECK_THROWS(...)
Description
No description yet.
Mentioned in
- Writing tests / Assertion Macros / Exceptions
- FAQ / Limitations / Clang/G++ -- skipping leaf sections after an exception
Source
Line 223 in include/catch.hpp.
#define CHECK_THROWS(...) \
INTERNAL_CATCH_THROWS( "CHECK_THROWS", Catch::ResultDisposition::ContinueOnFailure, __VA_ARGS__ )