2017-08-24 15:21:36 +02:00
< a id = "top" > < / a >
2017-11-07 11:25:03 +00:00

2013-03-21 19:21:41 +00:00
2017-11-07 18:50:55 +00:00
[](https://github.com/catchorg/catch2/releases)
[](https://travis-ci.org/catchorg/Catch2)
2017-11-15 18:51:17 +01:00
[](https://ci.appveyor.com/project/catchorg/catch2)
2017-11-15 20:21:41 +01:00
[](https://wandbox.org/permlink/tB8z0G3kMAIZkIca)
2013-08-05 14:50:14 +02:00
2017-11-03 13:15:22 +00:00
< a href = "https://github.com/catchorg/Catch2/releases/download/v2.0.1/catch.hpp" > The latest version of the single header can be downloaded directly using this link< / a >
2014-12-09 19:07:48 +00:00
2017-11-03 13:18:26 +00:00
## Catch2 is released!
If you've been using an earlier version of Catch, please see the
2017-11-03 13:31:59 +00:00
Breaking Changes section of [the release notes ](https://github.com/catchorg/Catch2/releases/tag/v2.0.1 )
2017-11-07 11:27:01 +00:00
before moving to Catch2. You might also like to read [this blog post ](http://www.levelofindirection.com/journal/2017/11/3/catch2-released.html ) for more details.
2017-11-03 13:18:26 +00:00
2013-06-03 20:03:39 +01:00
## What's the Catch?
2013-01-28 07:57:27 +00:00
2017-11-03 13:05:09 +00:00
Catch2 stands for C++ Automated Test Cases in a Header and is a
2017-08-17 08:28:45 +01:00
multi-paradigm test framework for C++. which also supports Objective-C
2017-11-03 13:05:09 +00:00
(and maybe C).
2017-08-17 08:28:45 +01:00
It is primarily distributed as a single header file, although certain
extensions may require additional headers.
2013-06-03 20:03:39 +01:00
## How to use it
This documentation comprises these three parts:
2017-08-24 15:33:38 +02:00
* [Why do we need yet another C++ Test Framework? ](docs/why-catch.md#top )
* [Tutorial ](docs/tutorial.md#top ) - getting started
* [Reference section ](docs/Readme.md#top ) - all the details
2013-06-03 20:03:39 +01:00
## More
2017-11-03 13:05:09 +00:00
* Issues and bugs can be raised on the [Issue tracker on GitHub ](https://github.com/catchorg/Catch2/issues )
2013-06-03 20:03:39 +01:00
* For discussion or questions please use [the dedicated Google Groups forum ](https://groups.google.com/forum/?fromgroups#!forum/catch-forum )
2017-11-03 13:05:09 +00:00
* See [who else is using Catch2 ](docs/opensource-users.md#top )