Catch2 test package
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.
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.
... More
version | 3.0.1 |
---|---|
license | BSL-1.0 |
repository | https://pkg.cppget.org/1/stable |
download | catch2-tests-3.0.1.tar.gz |
sha256 | 595c51d1807ea10aa5edfcbd9e0064f03fa59e20ae5ca0fd1c8eba31db476521 |
project | catch2 |
---|---|
url | github.com/catchorg/Catch2 |
swat.somebug@gmail.com |
Requires (2)
c++14 | |
?VC15 or later if targeting windows |
Reviews
fail | 0 |
---|---|
pass | 1 |