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

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