mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-03 13:55:39 +02:00
Add test for multiple streaming parts in UNSCOPED_INFO
This commit is contained in:
@@ -1477,6 +1477,15 @@ at Message.tests.cpp:<line number>
|
||||
<failure message="FAIL_CHECK()">
|
||||
FAILED:
|
||||
This is a failure
|
||||
at Message.tests.cpp:<line number>
|
||||
</failure>
|
||||
</testCase>
|
||||
<testCase name="INFO and UNSCOPED_INFO can stream multiple arguments" duration="{duration}">
|
||||
<failure message="FAIL()">
|
||||
FAILED:
|
||||
Show infos!
|
||||
This info has multiple parts.
|
||||
This unscoped info has multiple parts.
|
||||
at Message.tests.cpp:<line number>
|
||||
</failure>
|
||||
</testCase>
|
||||
|
Reference in New Issue
Block a user