catch2/projects/SelfTest/Baselines/console.swa4.approved.txt

41 lines
1.2 KiB
Plaintext
Raw Normal View History

2013-09-27 20:01:14 +02:00
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2017-01-09 15:33:03 +01:00
<exe-name> is a <version> host application.
2013-09-27 20:01:14 +02:00
Run with -? for options
2014-09-03 20:22:47 +02:00
-------------------------------------------------------------------------------
# A test name that starts with a #
2014-09-03 20:22:47 +02:00
-------------------------------------------------------------------------------
MiscTests.cpp:<line number>
2014-09-03 20:22:47 +02:00
...............................................................................
MiscTests.cpp:<line number>:
2014-09-03 20:22:47 +02:00
PASSED:
with message:
yay
2013-09-27 20:01:14 +02:00
-------------------------------------------------------------------------------
'Not' checks that should fail
2013-09-27 20:01:14 +02:00
-------------------------------------------------------------------------------
ConditionTests.cpp:<line number>
2013-09-27 20:01:14 +02:00
...............................................................................
ConditionTests.cpp:<line number>: FAILED:
CHECK( false != false )
2013-09-27 20:01:14 +02:00
ConditionTests.cpp:<line number>: FAILED:
CHECK( true != true )
ConditionTests.cpp:<line number>: FAILED:
CHECK( !true )
with expansion:
false
ConditionTests.cpp:<line number>: FAILED:
CHECK_FALSE( true )
2016-03-14 20:13:34 +01:00
===============================================================================
test cases: 2 | 1 passed | 1 failed
assertions: 5 | 1 passed | 4 failed
2013-09-27 20:01:14 +02:00