You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sandy 5629dff5f1 PL280 release code 4 years ago
..
.conan PL280 release code 4 years ago
.github PL280 release code 4 years ago
CMake PL280 release code 4 years ago
artwork PL280 release code 4 years ago
contrib PL280 release code 4 years ago
docs PL280 release code 4 years ago
examples PL280 release code 4 years ago
include PL280 release code 4 years ago
misc PL280 release code 4 years ago
projects PL280 release code 4 years ago
scripts PL280 release code 4 years ago
single_include/catch2 PL280 release code 4 years ago
third_party PL280 release code 4 years ago
.gitattributes PL280 release code 4 years ago
.travis.yml PL280 release code 4 years ago
Android.bp PL280 release code 4 years ago
CMakeLists.txt PL280 release code 4 years ago
CODE_OF_CONDUCT.md PL280 release code 4 years ago
LICENSE PL280 release code 4 years ago
LICENSE.txt PL280 release code 4 years ago
METADATA PL280 release code 4 years ago
MODULE_LICENSE_BOOST PL280 release code 4 years ago
NOTICE PL280 release code 4 years ago
OWNERS PL280 release code 4 years ago
README.md PL280 release code 4 years ago
appveyor.yml PL280 release code 4 years ago
codecov.yml PL280 release code 4 years ago
conanfile.py PL280 release code 4 years ago

README.md

catch logo

Github Releases Build Status Build status codecov Try online Join the chat in Discord: https://discord.gg/4CWS9zD

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