Skip to content
forked from catchorg/Catch2

A modern, C++-native, header-only, framework for unit-tests, TDD and BDD

License

Notifications You must be signed in to change notification settings

sgalvagno/Catch

This branch is 799 commits behind catchorg/Catch2:devel.

Folders and files

NameName
Last commit message
Last commit date
Nov 2, 2020
May 28, 2021
Sep 11, 2021
Dec 6, 2019
Sep 27, 2021
Sep 15, 2021
May 31, 2021
Oct 7, 2020
Oct 3, 2021
Oct 2, 2021
Jul 22, 2020
May 9, 2021
Jul 22, 2020
Jul 23, 2018
Oct 28, 2020
May 26, 2020
May 29, 2021
Aug 17, 2017
Nov 26, 2020
Mar 20, 2017
Aug 7, 2021
May 26, 2020
Feb 19, 2021
Oct 23, 2020
Nov 2, 2020
Oct 28, 2020

Repository files navigation

Catch2 logo

Github Releases Linux build status Linux build status MacOS build status Build Status Code Coverage Try online Join the chat in Discord: https://discord.gg/4CWS9zD

Catch2 v3 is being developed!

You are on the devel branch, where the next major version, v3, of Catch2 is being developed. As it is a significant rework, you will find that parts of this documentation are likely still stuck on v2.

For stable (and documentation-matching) version of Catch2, go to the v2.x branch.

For migrating from the v2 releases to v3, you should look at our documentation. It provides a simple guidelines on getting started, and collects most common migration problems.

What's the Catch2?

Catch2 is mainly a unit testing framework for C++, but it also provides basic micro-benchmarking features, and simple BDD macros.

Catch2's main advantage is that using it is both simple and natural. Tests autoregister themselves and do not have to be named with valid identifiers, assertions look like normal C++ code, and sections provide a nice way to share set-up and tear-down code in tests.

How to use it

This documentation comprises these three parts:

More

About

A modern, C++-native, header-only, framework for unit-tests, TDD and BDD

C++ Automated Test Cases in Headers

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 91.0%
  • CMake 5.3%
  • Python 3.5%
  • Shell 0.1%
  • Batchfile 0.1%
  • PowerShell 0.0%