mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-16 02:32:25 +01:00
Updated docs to reflect INFO change
This commit is contained in:
parent
0d357302a0
commit
881c61b67f
@ -16,7 +16,7 @@ These macros come in three forms:
|
||||
|
||||
**INFO(** _message expression_ **)**
|
||||
|
||||
The message is logged to a buffer, but only reported if a subsequent failure occurs within the same test case. This allows you to log contextual information in case of failures which is not shown during a successful test run. The buffer is cleared on the next successful assertion.
|
||||
The message is logged to a buffer, but only reported with the next assertion that is logged. This allows you to log contextual information in case of failures which is not shown during a successful test run (for the console reporter, without -s).
|
||||
|
||||
**SCOPED_INFO(** _message expression_ **)**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user