Move session to internal, split apart implementation
11 files changed
tree: 5bbcb9d3a346e67b960a37cfb5d7676d3a7e24b0
  1. .github/
  2. contrib/
  3. docs/
  4. include/
  5. projects/
  6. scripts/
  7. single_include/
  8. test_package/
  9. third_party/
  10. .gitattributes
  11. .gitignore
  12. .travis.yml
  13. appveyor.yml
  14. catch-hand-icon.png
  15. catch-icon-tiny.png
  16. catch-logo-small.png
  17. CMakeLists.txt
  18. CODE_OF_CONDUCT.md
  19. conanfile.py
  20. LICENSE.txt
  21. README.md
README.md

catch logo

Github Releases Build Status Build status

The latest version of the single header 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 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.

How to use it

This documentation comprises these three parts:

More