Skip to content

A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)

License

Notifications You must be signed in to change notification settings

catchorg/Catch2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 5, 2020
c299133 · Jul 5, 2020
May 6, 2020
Jul 4, 2020
Apr 10, 2019
Sep 6, 2019
Mar 27, 2020
Jul 5, 2020
Jun 26, 2020
Jul 5, 2020
Sep 21, 2019
Jun 28, 2020
Jun 18, 2020
Jul 5, 2020
May 29, 2020
Jun 19, 2020
Jul 23, 2018
May 17, 2020
Oct 2, 2019
May 17, 2020
Jul 5, 2020
Aug 17, 2017
Mar 20, 2017
Jul 5, 2020
May 17, 2020
Nov 13, 2019
Oct 27, 2019
Apr 23, 2020

Repository files navigation

catch logo

Github Releases Build Status Build status codecov Try online Join the chat in Discord: https://discord.gg/4CWS9zD

The latest version of the single header can be downloaded directly using this link

Catch2 is released!

If you've been using an earlier version of Catch, please see the Breaking Changes section of the release notes before moving to Catch2. You might also like to read this blog post for more details.

What's the Catch?

Catch2 is a multi-paradigm test framework for C++. which also supports Objective-C (and maybe C). It is primarily distributed as a single header file, although certain extensions may require additional headers.

How to use it

This documentation comprises these three parts:

More