mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-28 15:39:27 +00:00
Fixed reference to basic reporter (to console reporter)
This commit is contained in:
parent
cf5ced59d1
commit
8b71158540
4 changed files with 36 additions and 33 deletions
|
@ -378,12 +378,12 @@ namespace Catch {
|
|||
virtual std::string optionDescription() const {
|
||||
return
|
||||
"A reporter is an object that formats and structures the output of running "
|
||||
"tests, and potentially summarises the results. By default a basic reporter "
|
||||
"is used that writes IDE friendly results. CATCH comes bundled with some "
|
||||
"tests, and potentially summarises the results. By default the console reporter "
|
||||
"is used which writes IDE friendly results. CATCH comes bundled with some "
|
||||
"alternative reporters, but more can be added in client code.\n"
|
||||
"\n"
|
||||
"The bundled reporters are:\n"
|
||||
" -r basic\n"
|
||||
" -r console\n"
|
||||
" -r xml\n"
|
||||
" -r junit\n"
|
||||
"\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue