catch2/projects/SelfTest
Martin Hořeňovský 6c5c4c43a0 Add stringification support to std::exception and deriving classes
This support is based on overriden `std::exception::what` method, so
if an exception does not do so meaningfully, the message is still
pointless.

This is only used as a fallback, both `StringMaker` specialization and
`operator<<` overload have priority..
2018-05-12 17:46:25 +02:00
..
Baselines Add stringification support to std::exception and deriving classes 2018-05-12 17:46:25 +02:00
CompileTimePerfTests Added files for multiply inclusions of test cases 2017-11-17 15:46:57 +00:00
IntrospectiveTests Allow only 1 reporter at a time 2018-04-07 12:05:29 +02:00
SurrogateCpps Sweep out some extra warnings 2017-09-07 17:25:15 +02:00
UsageTests Add stringification support to std::exception and deriving classes 2018-05-12 17:46:25 +02:00
TestMain.cpp Remove unnecessary semicolons 2018-02-05 10:03:51 +01:00