Skip to content
/ Catch2 Public
forked from catchorg/Catch2

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

License

Notifications You must be signed in to change notification settings

kosak/Catch2

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1ecc79b · Jul 28, 2021
Nov 2, 2020
May 28, 2021
May 9, 2021
Dec 6, 2019
Jul 28, 2021
Apr 7, 2021
May 31, 2021
Oct 7, 2020
Jul 27, 2021
Jul 27, 2021
Jul 22, 2020
May 9, 2021
Jul 22, 2020
Jul 23, 2018
Oct 28, 2020
May 25, 2021
May 26, 2020
May 29, 2021
Aug 17, 2017
Nov 26, 2020
Mar 20, 2017
Oct 31, 2020
May 26, 2020
Feb 19, 2021
Oct 23, 2020
Nov 2, 2020
Oct 28, 2020

Repository files navigation

Catch2 logo

Github Releases 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, test framework for unit-tests, TDD and BDD - using C++11, C++14, C++17 and later (or C++03 on the Catch1.x branch)

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 91.2%
  • CMake 5.1%
  • Python 3.4%
  • Shell 0.1%
  • Batchfile 0.1%
  • PowerShell 0.1%