Yuri D'Elia 7f1bd0f046 cmake: Update Catch2 vor 1 Jahr
..
.conan 7f1bd0f046 cmake: Update Catch2 vor 1 Jahr
.github 7f1bd0f046 cmake: Update Catch2 vor 1 Jahr
CMake 7f1bd0f046 cmake: Update Catch2 vor 1 Jahr
artwork 7f1bd0f046 cmake: Update Catch2 vor 1 Jahr
contrib 7f1bd0f046 cmake: Update Catch2 vor 1 Jahr
docs 7f1bd0f046 cmake: Update Catch2 vor 1 Jahr
examples 7f1bd0f046 cmake: Update Catch2 vor 1 Jahr
include 7f1bd0f046 cmake: Update Catch2 vor 1 Jahr
misc 7f1bd0f046 cmake: Update Catch2 vor 1 Jahr
projects 7f1bd0f046 cmake: Update Catch2 vor 1 Jahr
scripts 7f1bd0f046 cmake: Update Catch2 vor 1 Jahr
single_include 7f1bd0f046 cmake: Update Catch2 vor 1 Jahr
src 7f1bd0f046 cmake: Update Catch2 vor 1 Jahr
third_party 7f1bd0f046 cmake: Update Catch2 vor 1 Jahr
.clang-format 7f1bd0f046 cmake: Update Catch2 vor 1 Jahr
.gitattributes 7f1bd0f046 cmake: Update Catch2 vor 1 Jahr
.gitignore 7f1bd0f046 cmake: Update Catch2 vor 1 Jahr
.gitrepo 7f1bd0f046 cmake: Update Catch2 vor 1 Jahr
.travis.yml 7f1bd0f046 cmake: Update Catch2 vor 1 Jahr
BUILD.bazel 7f1bd0f046 cmake: Update Catch2 vor 1 Jahr
CMakeLists.txt 7f1bd0f046 cmake: Update Catch2 vor 1 Jahr
CODE_OF_CONDUCT.md 7f1bd0f046 cmake: Update Catch2 vor 1 Jahr
LICENSE.txt 7f1bd0f046 cmake: Update Catch2 vor 1 Jahr
README.md 7f1bd0f046 cmake: Update Catch2 vor 1 Jahr
WORKSPACE 7f1bd0f046 cmake: Update Catch2 vor 1 Jahr
appveyor.yml 7f1bd0f046 cmake: Update Catch2 vor 1 Jahr
codecov.yml 7f1bd0f046 cmake: Update Catch2 vor 1 Jahr
conanfile.py 7f1bd0f046 cmake: Update Catch2 vor 1 Jahr

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 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