catch2/include/reporters
Kosta b80c3b043a added timing support to jUnit XML reporter
Implemented support for report test timings in the jUnit XML reporter.

The implementation uses the new C++11 chrono functionality, but all
this has been encapsulated in only 3 lines at the top of the
JunitReporter class, which should allow for an easy adjustment for
non-C++11-compilers...
2013-07-22 20:49:54 +02:00
..
catch_reporter_basic.hpp Refactoring towards interface based config 2013-05-28 18:39:32 +01:00
catch_reporter_console.hpp Runner -> RunContext, Runner2 -> Runner and fixed issue with processName 2013-06-05 08:18:52 +01:00
catch_reporter_junit.hpp added timing support to jUnit XML reporter 2013-07-22 20:49:54 +02:00
catch_reporter_xml.hpp Refactoring towards interface based config 2013-05-28 18:39:32 +01:00