2017-08-24 09:21:36 -04:00
< a id = "top" > < / a >
2017-11-07 06:25:03 -05:00

2013-03-21 15:21:41 -04:00
2017-11-07 13:50:55 -05:00
[](https://github.com/catchorg/catch2/releases)
2020-10-21 09:30:26 -04:00
[](https://travis-ci.org/catchorg/Catch2)
2017-12-08 15:35:47 -05:00
[](https://ci.appveyor.com/project/catchorg/catch2)
2020-10-21 09:30:26 -04:00
[](https://codecov.io/gh/catchorg/Catch2)
2020-09-07 06:34:55 -04:00
[](https://wandbox.org/permlink/6JUH8Eybx4CtvkJS)
2018-07-01 14:48:21 -04:00
[](https://discord.gg/4CWS9zD)
2013-08-05 08:50:14 -04:00
2022-10-16 05:02:17 -04:00
< a href = "https://github.com/catchorg/Catch2/releases/download/v2.13.10/catch.hpp" > The latest version of the single header can be downloaded directly using this link< / a >
2014-12-09 14:07:48 -05:00
2017-11-03 09:18:26 -04:00
## Catch2 is released!
2018-01-10 07:53:04 -05:00
If you've been using an earlier version of Catch, please see the
2017-11-03 09:31:59 -04:00
Breaking Changes section of [the release notes ](https://github.com/catchorg/Catch2/releases/tag/v2.0.1 )
2019-03-08 03:56:00 -05:00
before moving to Catch2. You might also like to read [this blog post ](https://levelofindirection.com/blog/catch2-released.html ) for more details.
2017-11-03 09:18:26 -04:00
2013-06-03 15:03:39 -04:00
## What's the Catch?
2013-01-28 02:57:27 -05:00
2019-07-02 14:43:37 -04:00
Catch2 is a multi-paradigm test framework for C++. which also supports
Objective-C (and maybe C).
2017-08-17 03:28:45 -04:00
It is primarily distributed as a single header file, although certain
extensions may require additional headers.
2013-06-03 15:03:39 -04:00
## How to use it
This documentation comprises these three parts:
2017-08-24 09:33:38 -04: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 15:03:39 -04:00
## More
2017-11-03 09:05:09 -04:00
* Issues and bugs can be raised on the [Issue tracker on GitHub ](https://github.com/catchorg/Catch2/issues )
2018-07-01 14:48:21 -04:00
* For discussion or questions please use [the dedicated Google Groups forum ](https://groups.google.com/forum/?fromgroups#!forum/catch-forum ) or our [Discord ](https://discord.gg/4CWS9zD )
2017-11-03 09:05:09 -04:00
* See [who else is using Catch2 ](docs/opensource-users.md#top )