catch2/include
Robert Dailey 86c0ea2999 [#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-04-01 11:56:51 -05:00
..
external Use Clara v0.0.1.1 2016-02-10 19:21:09 +00:00
internal [#608] Don't use exit() on duplicate test descriptions 2016-04-01 11:56:51 -05:00
reporters Fixed !shouldfail 2016-03-14 19:13:34 +00:00
catch.hpp Fixed CATCH_REGISTER_TEST_CASE too 2016-01-22 07:50:10 +00:00
catch_session.hpp Use Clara v0.0.1.1 2016-02-10 19:21:09 +00: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