New documentation section: "known limitations"

It contains known limitation such as the fact that Catch is not thread
safe, it does not support running tests in forked process or running
multiple tests in parallel

closes #399
closes #681
closes #246
closes #483
2 files changed
tree: 797a6813d9717f8e527fd978e600c77064f3a7b1
  1. .github/
  2. docs/
  3. include/
  4. projects/
  5. scripts/
  6. single_include/
  7. .gitattributes
  8. .gitignore
  9. .travis.yml
  10. catch-logo-small.png
  11. catch-logo-tiny.png
  12. CMakeLists.txt
  13. LICENSE_1_0.txt
  14. README.md
README.md

catch logo

v1.7.0

Build status (on Travis CI) Build Status

The latest, single header, version can be downloaded directly using this link

What's the Catch?

Catch stands for C++ Automated Test Cases in Headers and is a multi-paradigm automated test framework for C++ and Objective-C (and, maybe, C). It is implemented entirely in a set of header files, but is packaged up as a single header for extra convenience.

How to use it

This documentation comprises these three parts:

More