catch2/include
Robert Dailey c4c8843cae [#608] Don't use exit() on duplicate test descriptions
Instead of `exit(1)`, it now throws `std::runtime_error` with the details
of the failure. This exception is handled in `run()` at a higher level where
the log is printed to cerr and the test gracefully exits.
2016-06-07 07:38:50 +01:00
..
external Use Clara v0.0.1.1 2016-06-06 20:12:36 +01:00
internal [#608] Don't use exit() on duplicate test descriptions 2016-06-07 07:38:50 +01:00
reporters Added missing CATCH_OVERRIDE to CumulativeReporterBase::assertionEnded(). This fixes a warning when building in Xcode 7.2+ with default warning settings. 2016-06-07 07:38:30 +01:00
catch_session.hpp Use Clara v0.0.1.1 2016-06-06 20:12:36 +01:00
catch_with_main.hpp Fixed catch_with_main.hpp (no longer references deleted catch_runner.hpp) 2016-06-06 20:10:42 +01:00
catch.hpp Fixed CATCH_REGISTER_TEST_CASE too 2016-06-06 20:10:58 +01:00