catch2/include/reporters
Martin Hořeňovský f133277910
Add status attribute to JUnit's section reporting
This brings our output inline with GTest's. We do not handle skipped
tests properly, but that should be currently less important than
having the attribute exist with proper value for non-skipped tests.

Thanks @joda-01.

Closes #1899
2020-05-15 21:00:19 +02:00
..
catch_reporter_automake.hpp Removed *_REGISTER_REPORTER from main path 2017-08-17 20:03:16 +02:00
catch_reporter_bases.cpp support for printing test filters (PR #1585) 2019-04-03 20:24:52 +02:00
catch_reporter_bases.hpp Fixes #1766: Catch terminates when parsing invalid test name 2019-10-19 21:14:06 +02:00
catch_reporter_compact.cpp Small updates to include directives (#1726) 2019-09-08 14:25:23 +02:00
catch_reporter_compact.h Provide CompactReporter declaration with EXTERNAL_INTERFACES 2017-11-14 16:13:35 +01:00
catch_reporter_console.cpp Fixed typo in "benchmark name" column width calculation. Closes #1885. 2020-03-26 10:31:35 +01:00
catch_reporter_console.h Fixes #1766: Catch terminates when parsing invalid test name 2019-10-19 21:14:06 +02:00
catch_reporter_junit.cpp Add status attribute to JUnit's section reporting 2020-05-15 21:00:19 +02:00
catch_reporter_junit.h Provide JunitReporter declaration with EXTERNAL_INTERFACES 2017-11-14 17:15:13 +01:00
catch_reporter_listening.cpp Fixes #1766: Catch terminates when parsing invalid test name 2019-10-19 21:14:06 +02:00
catch_reporter_listening.h Fixes #1766: Catch terminates when parsing invalid test name 2019-10-19 21:14:06 +02:00
catch_reporter_sonarqube.hpp Refactored XMLWriter to provide finer-grained control over formatting 2019-10-29 13:59:18 +01:00
catch_reporter_tap.hpp Fix TAP protocol reporter 2019-02-08 10:48:32 +01:00
catch_reporter_teamcity.hpp Inline SourceLineInfo::empty definition 2019-09-08 18:20:49 +02:00
catch_reporter_xml.cpp Don't cast nanoseconds to integers when writing output 2020-03-08 12:10:44 +01:00
catch_reporter_xml.h Fix xml reporter crashing when a benchmark failed. 2019-07-29 15:30:33 +02:00