catch2/include
Martin Hořeňovský 6583284731 Fix erroneous result disposition for {REQUIRE,CHECK}_THAT
This fixes result disposition being ContinueOnFailure |
ContinueOnFailure for CHECK_THAT (obviously an error) and Normal |
ContinueOnFailure for REQUIRE_THAT (less obviously an error, but worse,
as that signals to the pipeline that assertion failure should both abort
and continue the test with ???? happening).
2017-06-06 15:12:03 +02:00
..
external Don’t assume first CL arg (exe name) is present 2017-03-13 11:00:58 +00:00
internal Fix erroneous result disposition for {REQUIRE,CHECK}_THAT 2017-06-06 15:12:03 +02:00
reporters Merge branch 'master' into dev-modernize 2017-06-05 17:19:42 +02:00
catch.hpp Added new assertion macros: `*_THROWS_WITH` 2017-06-05 18:40:50 +02:00
catch_session.hpp Merge branch 'master' into dev-modernize 2017-06-05 17:19:42 +02:00
catch_with_main.hpp Fixed catch_with_main.hpp (no longer references deleted catch_runner.hpp) 2015-12-28 15:06:04 +00:00