Lines Matching refs:INFO
4 Additional messages can be logged during a test case. Note that the messages logged with `INFO` are…
8 INFO("Test case start");
10 INFO("The number is " << i);
16 INFO("Test case start");
18 INFO("The number is " << i);
33 `UNSCOPED_INFO` is similar to `INFO` with two key differences:
38 …the end of test case/section, whichever comes first) whereas lifetime of `INFO` is limited by its …
56 INFO("First info");
60 INFO("Second info");
92 INFO( "The number is " << i );
98 **INFO(** _message expression_ **)**
102 _Note that in Catch2 2.x.x `INFO` can be used without a trailing semicolon as there is a trailing s…
103 …oved with next major version. It is highly advised to use a trailing semicolon after `INFO` macro._
107 Similar to `INFO`, but messages are not limited to their own scope: They are removed from the buffe…