Catch2 3.0
by Catch2 (https://github.com/catchorg/Catch2)
Category: C++ Libraries
IDE: C++Builder 12
Edition: See IDE
Subscription: Not Required
Tags: C++, test, testing
Size: 1.329MB
Download: See IDE
Facebook: Share
Twitter: Share
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. Test names do not have to be valid identifiers, assertions look like normal C++ boolean expressions, and sections provide a nice and local way to share set-up and tear-down code in tests.