commit | 2d172dc688ffab0867a94928159e93384475a870 | [log] [tgz] |
---|---|---|
author | offa <[email protected]> | Tue Jan 21 21:04:42 2020 +0100 |
committer | Martin Hořeňovský <[email protected]> | Sat Jan 25 09:01:04 2020 +0100 |
tree | 0198f95dadc3560939d8a02736e2e93cee2f6d91 | |
parent | 587a20b312a44fef5373b53b897a9bd5ebfa5c0b [diff] |
Some refactorings: - Overrides added - usages of push_back() replaced with emplace_back() - Loop variable made const-refernce - NULL replaced with nullptr - Names used in the declaration and definition unified - size() replaced with empty - Identical cases merged
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: