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.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
.conan v811_spc009_project 4 months ago
CMake v811_spc009_project 4 months ago
artwork v811_spc009_project 4 months ago
contrib v811_spc009_project 4 months ago
docs v811_spc009_project 4 months ago
examples v811_spc009_project 4 months ago
include v811_spc009_project 4 months ago
misc v811_spc009_project 4 months ago
projects v811_spc009_project 4 months ago
scripts v811_spc009_project 4 months ago
single_include/catch2 v811_spc009_project 4 months ago
third_party v811_spc009_project 4 months ago
.travis.yml v811_spc009_project 4 months ago
Android.bp v811_spc009_project 4 months ago
CMakeLists.txt v811_spc009_project 4 months ago
CODE_OF_CONDUCT.md v811_spc009_project 4 months ago
LICENSE v811_spc009_project 4 months ago
LICENSE.txt v811_spc009_project 4 months ago
METADATA v811_spc009_project 4 months ago
MODULE_LICENSE_BOOST v811_spc009_project 4 months ago
NOTICE v811_spc009_project 4 months ago
OWNERS v811_spc009_project 4 months ago
README.md v811_spc009_project 4 months ago
appveyor.yml v811_spc009_project 4 months ago
codecov.yml v811_spc009_project 4 months ago
conanfile.py v811_spc009_project 4 months 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 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