Define REQUIRE_NOTHROW
Synopsis
#include <include/catch.hpp>
#define REQUIRE_NOTHROW(...)
Description
No description yet.
Mentioned in
- Writing tests / Assertion Macros / Exceptions
Source
Line 215 in include/catch.hpp.
#define REQUIRE_NOTHROW(...) \
INTERNAL_CATCH_NO_THROW( "REQUIRE_NOTHROW", Catch::ResultDisposition::Normal, __VA_ARGS__ )