2013-06-03 20:03:39 +01:00

2013-03-21 19:21:41 +00:00
2015-12-15 07:54:49 +00:00
*v2.0.0-develop.2*
2012-10-28 12:15:34 +00:00
2013-10-21 20:55:01 +01:00
Build status (on Travis CI) [](https://travis-ci.org/philsquared/Catch)
2013-08-05 14:50:14 +02:00
2014-04-16 08:18:06 +01:00
[Please see this page if you are updating from a version before 1.0 ](docs/whats-changed.md )
2013-06-25 13:21:41 +01:00
2015-06-26 06:55:11 +01:00
<a href="https://raw.githubusercontent.com/philsquared/Catch/master/single_include/catch.hpp">[The latest, single header, version can be downloaded directly using this link]</a>
2014-12-09 19:07:48 +00:00
2013-06-03 20:03:39 +01:00
## What's the Catch?
2012-10-28 12:15:34 +00:00
2013-06-03 20:03:39 +01:00
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:
2013-06-07 21:31:28 +01:00
* [Why do we need yet another C++ Test Framework? ](docs/why-catch.md )
2013-06-03 20:03:39 +01:00
* [Tutorial ](docs/tutorial.md ) - getting started
2014-08-19 09:25:25 +02:00
* [Reference section ](docs/Readme.md ) - all the details
2013-06-03 20:03:39 +01:00
2013-06-28 14:11:28 +01:00
The documentation will continue until morale improves
2013-06-03 20:03:39 +01:00
## More
* Issues and bugs can be raised on the [Issue tracker on GitHub ](https://github.com/philsquared/Catch/issues )
* For discussion or questions please use [the dedicated Google Groups forum ](https://groups.google.com/forum/?fromgroups#!forum/catch-forum )