aosp12/external/catch2
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
.conan init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
.github init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
CMake init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
artwork init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
contrib init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
docs init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
examples init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
include init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
misc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
projects init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
scripts init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
single_include/catch2 init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
third_party init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
.gitattributes init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
.gitignore init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
.travis.yml init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Android.bp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
CMakeLists.txt init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
CODE_OF_CONDUCT.md init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
LICENSE init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
LICENSE.txt init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
METADATA init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
MODULE_LICENSE_BOOST init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
NOTICE init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
OWNERS init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README.md init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
appveyor.yml init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
codecov.yml init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
conanfile.py init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00

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