asserts_used_outside_of_tests.cpp_xml.txt (946B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <doctest binary="all_features"> 3 <Options order_by="file" rand_seed="324" first="0" last="4294967295" abort_after="0" subcase_filter_levels="2147483647" case_sensitive="false" no_throw="false" no_skip="false"/> 4 <OverallResultsAsserts successes="0" failures="0"/> 5 <OverallResultsTestCases successes="0" failures="0"/> 6 </doctest> 7 Program code. 8 asserts_used_outside_of_tests.cpp(19): ERROR: CHECK_EQ( true, false ) is NOT correct! 9 values: CHECK_EQ( true, false ) 10 asserts_used_outside_of_tests.cpp(20): ERROR: CHECK_UNARY( false ) is NOT correct! 11 values: CHECK_UNARY( false ) 12 asserts_used_outside_of_tests.cpp(21): ERROR: CHECK_UNARY_FALSE( true ) is NOT correct! 13 values: CHECK_UNARY_FALSE( true ) 14 asserts_used_outside_of_tests.cpp(23): ERROR: CHECK( false ) is NOT correct! 15 values: CHECK( false ) 16 hello! 17 asserts_used_outside_of_tests.cpp(24): ERROR: an assert dealing with exceptions has failed!