Define CHECK_THAT
Synopsis
#include <include/catch.hpp>
#define CHECK_THAT(arg,matcher)
Description
No description yet.
Mentioned in
- Writing tests / Assertion Macros / Matcher expressions
- Writing tests / Matchers / In use
- Writing tests / Matchers / Custom matchers
- Other / Release Notes / Fixes:
Source
Line 233 in include/catch.hpp.
#define CHECK_THAT(arg,matcher) \
INTERNAL_CHECK_THAT( "CHECK_THAT", matcher, Catch::ResultDisposition::ContinueOnFailure, arg )