Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
.conan/ | 23-Nov-2023 | - | 142 | 112 | ||
.github/ | 23-Nov-2023 | - | 76 | 35 | ||
CMake/ | 23-Nov-2023 | - | 875 | 688 | ||
artwork/ | 23-Nov-2023 | - | ||||
contrib/ | 23-Nov-2023 | - | 517 | 454 | ||
docs/ | 23-Nov-2023 | - | 5,266 | 3,844 | ||
examples/ | 23-Nov-2023 | - | 1,437 | 709 | ||
include/ | 23-Nov-2023 | - | 20,458 | 14,828 | ||
misc/ | 23-Nov-2023 | - | 224 | 176 | ||
projects/ | 23-Nov-2023 | - | 44,824 | 40,209 | ||
scripts/ | 23-Nov-2023 | - | 1,658 | 1,214 | ||
single_include/catch2/ | 23-Nov-2023 | - | 18,339 | 14,009 | ||
third_party/ | 23-Nov-2023 | - | 1,268 | 1,007 | ||
.gitattributes | D | 23-Nov-2023 | 613 | 23 | 17 | |
.gitignore | D | 23-Nov-2023 | 504 | 31 | 30 | |
.travis.yml | D | 23-Nov-2023 | 8.2 KiB | 340 | 278 | |
Android.bp | D | 23-Nov-2023 | 4.2 KiB | 141 | 127 | |
CMakeLists.txt | D | 23-Nov-2023 | 6.5 KiB | 234 | 194 | |
CODE_OF_CONDUCT.md | D | 23-Nov-2023 | 3.1 KiB | 47 | 28 | |
LICENSE | D | 23-Nov-2023 | 1.3 KiB | 24 | 20 | |
LICENSE.txt | D | 23-Nov-2023 | 1.3 KiB | 24 | 20 | |
METADATA | D | 23-Nov-2023 | 510 | 21 | 20 | |
MODULE_LICENSE_BOOST | D | 23-Nov-2023 | 0 | |||
NOTICE | D | 23-Nov-2023 | 1.3 KiB | 24 | 20 | |
OWNERS | D | 23-Nov-2023 | 135 | 4 | 3 | |
README.md | D | 23-Nov-2023 | 2.1 KiB | 38 | 27 | |
appveyor.yml | D | 23-Nov-2023 | 2.6 KiB | 102 | 61 | |
codecov.yml | D | 23-Nov-2023 | 440 | 26 | 22 | |
conanfile.py | D | 23-Nov-2023 | 909 | 28 | 21 |
README.md
1<a id="top"></a> 2 3 4[](https://github.com/catchorg/catch2/releases) 5[](https://travis-ci.org/catchorg/Catch2) 6[](https://ci.appveyor.com/project/catchorg/catch2) 7[](https://codecov.io/gh/catchorg/Catch2) 8[](https://wandbox.org/permlink/ZI5SYb7JE1UJhAKP) 9[](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