catch2/include/reporters
John Bytheway 46fde0c597 Add --min-duration option
A test runner already has a --durations option to print durations.
However, this isn't entirely satisfactory.

When there are many tests, this produces output spam which makes it hard
to find the test failure output.  Nevertheless, it is helpful to be
informed of tests which are unusually slow.

Therefore, introduce a new option --min-duration that causes all
durations above a certain threshold to be printed.  This allows slow
tests to be visible without mentioning every test.
2020-07-06 11:35:02 +02:00
..
catch_reporter_automake.hpp Removed *_REGISTER_REPORTER from main path 2017-08-17 20:03:16 +02:00
catch_reporter_bases.cpp Add --min-duration option 2020-07-06 11:35:02 +02:00
catch_reporter_bases.hpp Add --min-duration option 2020-07-06 11:35:02 +02:00
catch_reporter_compact.cpp Add --min-duration option 2020-07-06 11:35:02 +02:00
catch_reporter_compact.h Provide CompactReporter declaration with EXTERNAL_INTERFACES 2017-11-14 16:13:35 +01:00
catch_reporter_console.cpp Add --min-duration option 2020-07-06 11:35:02 +02: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 Add OverallResultsCases element to XML reporter 2020-06-28 22:36:08 +02:00
catch_reporter_xml.h Fix xml reporter crashing when a benchmark failed. 2019-07-29 15:30:33 +02:00