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
..
2016-06-06 20:12:36 +01:00
2016-06-06 20:12:36 +01:00
2016-06-06 20:10:58 +01:00