commit | c5c688820c919e202304b885df1c5a920ff7eb4e | [log] [tgz] |
---|---|---|
author | Martin Hořeňovský <[email protected]> | Sat Oct 26 21:07:38 2019 +0200 |
committer | Martin Hořeňovský <[email protected]> | Sat Oct 26 21:07:38 2019 +0200 |
tree | d65988809648cd9a7affbf28a164bdc14ba5a0a5 | |
parent | 50cc14c94c972fc743afca92b22ad7bdc63c429a [diff] |
Document that matcher combinators (&&, ||, !) do not take ownership Closes #1781
The latest version of the single header can be downloaded directly using this link
If you've been using an earlier version of Catch, please see the Breaking Changes section of the release notes before moving to Catch2. You might also like to read this blog post for more details.
Catch2 is a multi-paradigm test framework for C++. which also supports Objective-C (and maybe C). It is primarily distributed as a single header file, although certain extensions may require additional headers.
This documentation comprises these three parts: