mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-21 21:06:11 +01:00
Fix number of current reporter
There are nine reporters in Catch2 3.5.2, Automake, compact, console, JSON, JUnit, SonarQube, TAP, TeamCity and XML.
This commit is contained in:
parent
4f1b24df77
commit
b817497528
@ -5,7 +5,7 @@ Reporters are a customization point for most of Catch2's output, e.g.
|
|||||||
formatting and writing out [assertions (whether passing or failing),
|
formatting and writing out [assertions (whether passing or failing),
|
||||||
sections, test cases, benchmarks, and so on](reporter-events.md#top).
|
sections, test cases, benchmarks, and so on](reporter-events.md#top).
|
||||||
|
|
||||||
Catch2 comes with a bunch of reporters by default (currently 8), and
|
Catch2 comes with a bunch of reporters by default (currently 9), and
|
||||||
you can also write your own reporter. Because multiple reporters can
|
you can also write your own reporter. Because multiple reporters can
|
||||||
be active at the same time, your own reporters do not even have to handle
|
be active at the same time, your own reporters do not even have to handle
|
||||||
all reporter event, just the ones you are interested in, e.g. benchmarks.
|
all reporter event, just the ones you are interested in, e.g. benchmarks.
|
||||||
|
Loading…
Reference in New Issue
Block a user