Slight improvement for reporter test

This commit is contained in:
Martin Hořeňovský
2022-05-10 19:16:50 +02:00
parent a733b58cd2
commit d60fbe49be
9 changed files with 17 additions and 15 deletions

View File

@@ -13420,12 +13420,12 @@ Reporters.tests.cpp:<line number>
...............................................................................
Reporters.tests.cpp:<line number>: PASSED:
REQUIRE_THAT( listingString, ContainsSubstring("fake reporter"s) )
REQUIRE_THAT( listingString, ContainsSubstring( "fake reporter"s ) && ContainsSubstring( "fake description"s ) )
with expansion:
"Available reporters:
fake reporter: fake description
" contains: "fake reporter"
" ( contains: "fake reporter" and contains: "fake description" )
-------------------------------------------------------------------------------
The default listing implementation write to provided stream