2013-09-27 20:01:14 +02:00
|
|
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2015-05-18 19:11:58 +02:00
|
|
|
CatchSelfTest 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
|
|
|
-------------------------------------------------------------------------------
|
2016-11-29 12:32:16 +01:00
|
|
|
# A test name that starts with a #
|
2014-09-03 20:22:47 +02:00
|
|
|
-------------------------------------------------------------------------------
|
2016-11-29 12:32:16 +01:00
|
|
|
MiscTests.cpp:<line number>
|
2014-09-03 20:22:47 +02:00
|
|
|
...............................................................................
|
|
|
|
|
2016-11-29 12:32:16 +01:00
|
|
|
MiscTests.cpp:<line number>:
|
2014-09-03 20:22:47 +02:00
|
|
|
PASSED:
|
2016-11-29 12:32:16 +01:00
|
|
|
with message:
|
|
|
|
yay
|
2013-09-27 20:01:14 +02:00
|
|
|
|
|
|
|
-------------------------------------------------------------------------------
|
2016-11-29 12:32:16 +01:00
|
|
|
'Not' checks that should fail
|
2013-09-27 20:01:14 +02:00
|
|
|
-------------------------------------------------------------------------------
|
2013-09-30 09:01:10 +02:00
|
|
|
ConditionTests.cpp:<line number>
|
2013-09-27 20:01:14 +02:00
|
|
|
...............................................................................
|
|
|
|
|
2013-09-30 09:01:10 +02:00
|
|
|
ConditionTests.cpp:<line number>: FAILED:
|
2016-11-29 12:32:16 +01:00
|
|
|
CHECK( false != false )
|
2013-09-27 20:01:14 +02:00
|
|
|
|
2013-09-30 09:01:10 +02:00
|
|
|
ConditionTests.cpp:<line number>: FAILED:
|
2016-11-29 12:32:16 +01:00
|
|
|
CHECK( true != true )
|
2014-07-03 09:09:57 +02:00
|
|
|
|
|
|
|
ConditionTests.cpp:<line number>: FAILED:
|
2016-11-29 12:32:16 +01:00
|
|
|
CHECK( !true )
|
2014-07-03 09:09:57 +02:00
|
|
|
with expansion:
|
2016-11-29 12:32:16 +01:00
|
|
|
false
|
2014-07-03 09:09:57 +02:00
|
|
|
|
|
|
|
ConditionTests.cpp:<line number>: FAILED:
|
2016-11-29 12:32:16 +01:00
|
|
|
CHECK_FALSE( true )
|
2016-03-14 20:13:34 +01:00
|
|
|
|
2014-07-03 09:09:57 +02:00
|
|
|
===============================================================================
|
2016-11-29 12:32:16 +01:00
|
|
|
test cases: 2 | 1 passed | 1 failed
|
|
|
|
assertions: 5 | 1 passed | 4 failed
|
2013-09-27 20:01:14 +02:00
|
|
|
|