kepka/Telegram/ThirdParty/Catch
Evgenii Zheltonozhskii 35c917a704 Remove junk files 2018-06-04 19:56:10 +03:00
..
.github git subrepo clone https://github.com/philsquared/Catch Telegram/ThirdParty/Catch 2017-12-20 14:38:02 +02:00
CMake git subrepo pull Telegram/ThirdParty/Catch 2018-03-11 04:44:04 +03:00
artwork git subrepo clone https://github.com/philsquared/Catch Telegram/ThirdParty/Catch 2017-12-20 14:38:02 +02:00
contrib git subrepo pull Telegram/ThirdParty/Catch 2018-03-11 04:44:04 +03:00
docs git subrepo pull Telegram/ThirdParty/Catch 2018-03-11 04:44:04 +03:00
examples git subrepo pull Telegram/ThirdParty/Catch 2018-03-11 04:44:04 +03:00
include git subrepo pull Telegram/ThirdParty/Catch 2018-03-11 04:44:04 +03:00
misc git subrepo pull Telegram/ThirdParty/Catch 2018-03-11 04:44:04 +03:00
projects Remove junk files 2018-06-04 19:56:10 +03:00
scripts git subrepo pull Telegram/ThirdParty/Catch 2018-03-11 04:44:04 +03:00
single_include git subrepo pull Telegram/ThirdParty/Catch 2018-03-11 04:44:04 +03:00
test_package git subrepo pull Telegram/ThirdParty/Catch 2018-03-11 04:44:04 +03:00
third_party git subrepo pull Telegram/ThirdParty/Catch 2018-03-11 04:44:04 +03:00
.gitattributes git subrepo pull Telegram/ThirdParty/Catch 2018-03-11 04:44:04 +03:00
.gitignore git subrepo pull Telegram/ThirdParty/Catch 2018-03-11 04:44:04 +03:00
.gitrepo git subrepo pull Telegram/ThirdParty/Catch 2018-03-11 04:44:04 +03:00
.travis.yml git subrepo pull Telegram/ThirdParty/Catch 2018-03-11 04:44:04 +03:00
CMakeLists.txt git subrepo pull Telegram/ThirdParty/Catch 2018-03-11 04:44:04 +03:00
CODE_OF_CONDUCT.md git subrepo clone https://github.com/philsquared/Catch Telegram/ThirdParty/Catch 2017-12-20 14:38:02 +02:00
LICENSE.txt git subrepo clone https://github.com/philsquared/Catch Telegram/ThirdParty/Catch 2017-12-20 14:38:02 +02:00
README.md git subrepo pull Telegram/ThirdParty/Catch 2018-03-11 04:44:04 +03:00
appveyor.yml git subrepo pull Telegram/ThirdParty/Catch 2018-03-11 04:44:04 +03:00
catch.pc.in git subrepo pull Telegram/ThirdParty/Catch 2018-03-11 04:44:04 +03:00
codecov.yml git subrepo pull Telegram/ThirdParty/Catch 2018-03-11 04:44:04 +03:00
conanfile.py git subrepo pull Telegram/ThirdParty/Catch 2018-03-11 04:44:04 +03:00

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