Merge stage-aosp-master into pi-dev-plus-aosp
am: 4d05f99195

Change-Id: I69ba25997c8618f2b2ee3d32e600ae1120fbdf28
tree: 9af6a5a6b4c4b635083979434b13ee7a5dc5638a
  1. .github/
  2. artwork/
  3. CMake/
  4. contrib/
  5. docs/
  6. examples/
  7. include/
  8. misc/
  9. projects/
  10. scripts/
  11. single_include/
  12. test_package/
  13. third_party/
  14. .gitattributes
  15. .gitignore
  16. .travis.yml
  17. Android.bp
  18. appveyor.yml
  19. catch.pc.in
  20. CMakeLists.txt
  21. CODE_OF_CONDUCT.md
  22. codecov.yml
  23. conanfile.py
  24. LICENSE.txt
  25. METADATA
  26. MODULE_LICENSE_BOOST
  27. OWNERS
  28. README.md
README.md

catch logo

Github Releases Build Status Build status codecov Try online

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

Catch2 is released!

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.

What's the Catch?

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.

How to use it

This documentation comprises these three parts:

More