1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-04-29 12:03:53 +00:00
Martin Hořeňovský 73159ace3d REQUIRE_THROWS_AS now catches exception by const&
Prevents some warnings caused by catching complex types by value.

Closes #542
2017-02-09 12:57:01 +01:00
2017-02-08 21:47:07 +00:00
2017-02-07 10:06:52 +01:00
2017-02-07 11:56:34 +01:00
2013-03-21 19:12:21 +00:00
2013-11-07 13:05:29 +01:00
2017-02-07 10:06:52 +01:00

catch logo

v1.7.1

Build status (on Travis CI) Build Status

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

What's the Catch?

Catch stands for C++ Automated Test Cases in Headers and is a multi-paradigm automated test framework for C++ and Objective-C (and, maybe, C). It is implemented entirely in a set of header files, but is packaged up as a single header for extra convenience.

How to use it

This documentation comprises these three parts:

More

Description
Catch2 testing framework
Readme 68 MiB