commit | 4ecb2e112e0565451c14fc42d63f438cb9ecb7dd | [log] [tgz] |
---|---|---|
author | Martin Moene <[email protected]> | Fri Oct 13 09:43:50 2017 +0200 |
committer | Martin Hořeňovský <[email protected]> | Wed Nov 15 15:37:39 2017 +0100 |
tree | a096a4aa62856f6b71c4358c697630f346434e7d | |
parent | 97a8640cbf10a8ff3d6f06f0293f5c37b263144a [diff] |
Add examples folder with initial examples
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 stands for C++ Automated Test Cases in a Header and 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: