mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-14 09:25:40 +02:00
Approved new test output
This commit is contained in:
@@ -6343,6 +6343,37 @@ Parse test names and tags
|
||||
CmdLineTests.cpp:<line number>
|
||||
...............................................................................
|
||||
|
||||
CmdLineTests.cpp:<line number>:
|
||||
PASSED:
|
||||
CHECK( spec.hasFilters() == true )
|
||||
with expansion:
|
||||
true == true
|
||||
|
||||
CmdLineTests.cpp:<line number>:
|
||||
PASSED:
|
||||
CHECK( spec.matches( tcA ) == false )
|
||||
with expansion:
|
||||
false == false
|
||||
|
||||
CmdLineTests.cpp:<line number>:
|
||||
PASSED:
|
||||
CHECK( spec.matches( tcB ) == false )
|
||||
with expansion:
|
||||
false == false
|
||||
|
||||
CmdLineTests.cpp:<line number>:
|
||||
PASSED:
|
||||
CHECK( spec.matches( tcC ) == true )
|
||||
with expansion:
|
||||
true == true
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
Parse test names and tags
|
||||
Two tags, spare separated
|
||||
-------------------------------------------------------------------------------
|
||||
CmdLineTests.cpp:<line number>
|
||||
...............................................................................
|
||||
|
||||
CmdLineTests.cpp:<line number>:
|
||||
PASSED:
|
||||
CHECK( spec.hasFilters() == true )
|
||||
@@ -7183,5 +7214,5 @@ with expansion:
|
||||
true
|
||||
|
||||
===============================================================================
|
||||
123 test cases - 54 failed (710 assertions - 111 failed)
|
||||
123 test cases - 54 failed (714 assertions - 111 failed)
|
||||
|
||||
|
Reference in New Issue
Block a user