kepka/Telegram/ThirdParty/Catch
Berkus Decker ce75c9e7dd git subrepo clone https://github.com/philsquared/Catch Telegram/ThirdParty/Catch
subrepo:
  subdir:   "Telegram/ThirdParty/Catch"
  merged:   "63c097a07"
upstream:
  origin:   "https://github.com/philsquared/Catch"
  branch:   "master"
  commit:   "63c097a07"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2017-12-20 14:38:02 +02:00
..
.github git subrepo clone https://github.com/philsquared/Catch Telegram/ThirdParty/Catch 2017-12-20 14:38:02 +02:00
artwork git subrepo clone https://github.com/philsquared/Catch Telegram/ThirdParty/Catch 2017-12-20 14:38:02 +02:00
contrib git subrepo clone https://github.com/philsquared/Catch Telegram/ThirdParty/Catch 2017-12-20 14:38:02 +02:00
docs git subrepo clone https://github.com/philsquared/Catch Telegram/ThirdParty/Catch 2017-12-20 14:38:02 +02:00
examples git subrepo clone https://github.com/philsquared/Catch Telegram/ThirdParty/Catch 2017-12-20 14:38:02 +02:00
include git subrepo clone https://github.com/philsquared/Catch Telegram/ThirdParty/Catch 2017-12-20 14:38:02 +02:00
projects git subrepo clone https://github.com/philsquared/Catch Telegram/ThirdParty/Catch 2017-12-20 14:38:02 +02:00
scripts git subrepo clone https://github.com/philsquared/Catch Telegram/ThirdParty/Catch 2017-12-20 14:38:02 +02:00
single_include git subrepo clone https://github.com/philsquared/Catch Telegram/ThirdParty/Catch 2017-12-20 14:38:02 +02:00
test_package git subrepo clone https://github.com/philsquared/Catch Telegram/ThirdParty/Catch 2017-12-20 14:38:02 +02:00
third_party git subrepo clone https://github.com/philsquared/Catch Telegram/ThirdParty/Catch 2017-12-20 14:38:02 +02:00
.gitattributes git subrepo clone https://github.com/philsquared/Catch Telegram/ThirdParty/Catch 2017-12-20 14:38:02 +02:00
.gitignore git subrepo clone https://github.com/philsquared/Catch Telegram/ThirdParty/Catch 2017-12-20 14:38:02 +02:00
.gitrepo git subrepo clone https://github.com/philsquared/Catch Telegram/ThirdParty/Catch 2017-12-20 14:38:02 +02:00
.travis.yml git subrepo clone https://github.com/philsquared/Catch Telegram/ThirdParty/Catch 2017-12-20 14:38:02 +02:00
CMakeLists.txt git subrepo clone https://github.com/philsquared/Catch Telegram/ThirdParty/Catch 2017-12-20 14:38:02 +02: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 clone https://github.com/philsquared/Catch Telegram/ThirdParty/Catch 2017-12-20 14:38:02 +02:00
appveyor.yml git subrepo clone https://github.com/philsquared/Catch Telegram/ThirdParty/Catch 2017-12-20 14:38:02 +02:00
catch.pc.in git subrepo clone https://github.com/philsquared/Catch Telegram/ThirdParty/Catch 2017-12-20 14:38:02 +02:00
conanfile.py git subrepo clone https://github.com/philsquared/Catch Telegram/ThirdParty/Catch 2017-12-20 14:38:02 +02:00

README.md

catch logo

Github Releases Build Status Build status 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