mirror of https://github.com/catchorg/Catch2.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 week ago | |
---|---|---|
.github | 6 years ago | |
contrib | 5 years ago | |
docs | 4 years ago | |
include | 1 week ago | |
projects | 5 years ago | |
scripts | 5 years ago | |
single_include | 5 years ago | |
test_package | 5 years ago | |
.gitattributes | 9 years ago | |
.gitignore | 6 years ago | |
.travis.yml | 6 years ago | |
CMakeLists.txt | 6 years ago | |
CODE_OF_CONDUCT.md | 6 years ago | |
LICENSE.txt | 6 years ago | |
README.md | 5 years ago | |
appveyor.yml | 6 years ago | |
catch-hand-icon.png | 6 years ago | |
catch-icon-tiny.png | 6 years ago | |
catch-logo-small.png | 6 years ago | |
conanfile.py | 5 years ago |
README.md
The latest, single header, version can be downloaded directly using this link
What's the Catch?
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:
- Why do we need yet another C++ Test Framework?
- Tutorial - getting started
- Reference section - all the details
More
- Issues and bugs can be raised on the Issue tracker on GitHub
- For discussion or questions please use the dedicated Google Groups forum
- See who else is using Catch
Help us out
We're currently running a survey to help us shape the future of Catch. Please take a few moments to fill it out (there's only ten questions).