Go to file
2017-02-06 16:14:06 +00:00
.github First draft of issue and PR templates. 2017-01-28 11:42:11 +01:00
docs Add explanation of THROW assertion limits + using lambda 2017-02-06 16:08:13 +01:00
include Added stdout and stderr to XML Reporter 2017-02-06 16:14:06 +00:00
projects Added stdout and stderr to XML Reporter 2017-02-06 16:14:06 +00:00
scripts Scripts intended to be run should now have x bit set. 2017-02-01 21:34:45 +01:00
single_include v1.7.0 build 2017-02-01 21:47:43 +01:00
.gitattributes
.gitignore
.travis.yml Fix travis build + build warnings 2017-02-01 21:01:14 +01:00
catch-logo-small.png
catch-logo-tiny.png
CMakeLists.txt Added INSTALL commands (#788) 2017-01-31 20:22:45 +01:00
LICENSE_1_0.txt
README.md v1.7.0 build 2017-02-01 21:47:43 +01:00

catch logo

v1.7.0

Build status (on Travis CI) Build Status

The latest, single header, version can be downloaded directly using this link

What's the Catch?

Catch stands for C++ Automated Test Cases in Headers and is a multi-paradigm automated test framework for C++ and Objective-C (and, maybe, C). It is implemented entirely in a set of header files, but is packaged up as a single header for extra convenience.

How to use it

This documentation comprises these three parts:

More