catch2/include
Konstantin Baumann d4fa900b84 JunitReporter reimplemented using the new IStreamingReporter interface
* created new AccumulatingReporterBase class for accumulating test
results hierarchically and store them for a single processResults() call
after all tests have been executed; sections are currently not handled,
since their usage are optional and/or could be nested arbitrarily, which
would result in overly complex code, IMHO
* JunitReporter reimplemented on top of this new
AccumulatingReporterBase class
* added support for tracking time spend in each test case, each test
group, and overall tests to the base "*Stats" classes; this enables each
reporter (derived from IStreamingReporter interface) to report the
timings; for now only the JunitReporter takes advantage of that.
2013-07-23 14:10:37 +02:00
..
internal JunitReporter reimplemented using the new IStreamingReporter interface 2013-07-23 14:10:37 +02:00
reporters JunitReporter reimplemented using the new IStreamingReporter interface 2013-07-23 14:10:37 +02:00
catch_runner.hpp Tweaked indentation of errors and test lists 2013-06-07 19:06:30 +01:00
catch_with_main.hpp Builds almost completely cleanly with -WEverything in LLVM 2012-08-13 07:46:10 +01:00
catch.hpp handle TEST_CASE_METHOD macro consistently 2013-05-14 19:31:21 +01:00