catch2/include
Martin Hořeňovský 053c29a2b8 Add partial implementation of CATCH_CONFIG_DISABLE
* Assertions are defined into (void)(0) no-op
* SECTIONs are defined away (leaving {} as scope)
* TEST_CASEs and TEST_CASE_METHODs are not registered.
* REGISTER_TEST_CASE is defined into (void)(0) no-op
* METHOD_AS_TEST_CASE is defined away
2017-08-27 22:05:25 +02:00
..
external Removed tbc_text_format (superceded by TextFlow) 2017-07-20 23:20:42 +01:00
internal Add partial implementation of CATCH_CONFIG_DISABLE 2017-08-27 22:05:25 +02:00
reporters Removed *_REGISTER_REPORTER from main path 2017-08-17 20:03:16 +02:00
catch.hpp Add partial implementation of CATCH_CONFIG_DISABLE 2017-08-27 22:05:25 +02:00
catch_session.hpp Ignore return value of getchar when waiting for keypress 2017-08-22 22:00:52 +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