• Home
Name Date Size #Lines LOC

..--

.conan/03-May-2024-142112

.github/03-May-2024-7635

CMake/03-May-2024-875688

artwork/03-May-2024-

contrib/03-May-2024-517454

docs/03-May-2024-5,2663,844

examples/03-May-2024-1,437709

include/03-May-2024-20,52814,871

misc/03-May-2024-248199

projects/03-May-2024-44,82440,209

scripts/03-May-2024-1,6581,214

single_include/catch2/03-May-2024-18,33914,009

third_party/03-May-2024-1,2681,007

.gitattributesD03-May-2024613 2317

.gitignoreD03-May-2024504 3130

.travis.ymlD03-May-20248.2 KiB340278

Android.bpD03-May-20244.2 KiB141127

CMakeLists.txtD03-May-20246.5 KiB234194

CODE_OF_CONDUCT.mdD03-May-20243.1 KiB4728

LICENSED03-May-20241.3 KiB2420

LICENSE.txtD03-May-20241.3 KiB2420

METADATAD03-May-2024510 2120

MODULE_LICENSE_BOOSTD03-May-20240

NOTICED03-May-20241.3 KiB2420

OWNERSD03-May-2024135 43

README.mdD03-May-20242.1 KiB3827

appveyor.ymlD03-May-20242.6 KiB10261

codecov.ymlD03-May-2024440 2622

conanfile.pyD03-May-2024909 2821

README.md

1<a id="top"></a>
2![catch logo](artwork/catch2-logo-small.png)
3
4[![Github Releases](https://img.shields.io/github/release/catchorg/catch2.svg)](https://github.com/catchorg/catch2/releases)
5[![Build Status](https://travis-ci.org/catchorg/Catch2.svg?branch=master)](https://travis-ci.org/catchorg/Catch2)
6[![Build status](https://ci.appveyor.com/api/projects/status/github/catchorg/Catch2?svg=true)](https://ci.appveyor.com/project/catchorg/catch2)
7[![codecov](https://codecov.io/gh/catchorg/Catch2/branch/master/graph/badge.svg)](https://codecov.io/gh/catchorg/Catch2)
8[![Try online](https://img.shields.io/badge/try-online-blue.svg)](https://wandbox.org/permlink/ZI5SYb7JE1UJhAKP)
9[![Join the chat in Discord: https://discord.gg/4CWS9zD](https://img.shields.io/badge/Discord-Chat!-brightgreen.svg)](https://discord.gg/4CWS9zD)
10
11
12<a href="https://github.com/catchorg/Catch2/releases/download/v2.11.2/catch.hpp">The latest version of the single header can be downloaded directly using this link</a>
13
14## Catch2 is released!
15
16If you've been using an earlier version of Catch, please see the
17Breaking Changes section of [the release notes](https://github.com/catchorg/Catch2/releases/tag/v2.0.1)
18before moving to Catch2. You might also like to read [this blog post](https://levelofindirection.com/blog/catch2-released.html) for more details.
19
20## What's the Catch?
21
22Catch2 is a multi-paradigm test framework for C++. which also supports
23Objective-C (and maybe C).
24It is primarily distributed as a single header file, although certain
25extensions may require additional headers.
26
27## How to use it
28This documentation comprises these three parts:
29
30* [Why do we need yet another C++ Test Framework?](docs/why-catch.md#top)
31* [Tutorial](docs/tutorial.md#top) - getting started
32* [Reference section](docs/Readme.md#top) - all the details
33
34## More
35* Issues and bugs can be raised on the [Issue tracker on GitHub](https://github.com/catchorg/Catch2/issues)
36* 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)
37* See [who else is using Catch2](docs/opensource-users.md#top)
38