asserts_used_outside_of_tests.cpp_junit.txt (709B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <testsuites> 3 <testsuite name="all_features" errors="0" failures="0" tests="0"/> 4 </testsuites> 5 Program code. 6 asserts_used_outside_of_tests.cpp(19): ERROR: CHECK_EQ( true, false ) is NOT correct! 7 values: CHECK_EQ( true, false ) 8 asserts_used_outside_of_tests.cpp(20): ERROR: CHECK_UNARY( false ) is NOT correct! 9 values: CHECK_UNARY( false ) 10 asserts_used_outside_of_tests.cpp(21): ERROR: CHECK_UNARY_FALSE( true ) is NOT correct! 11 values: CHECK_UNARY_FALSE( true ) 12 asserts_used_outside_of_tests.cpp(23): ERROR: CHECK( false ) is NOT correct! 13 values: CHECK( false ) 14 hello! 15 asserts_used_outside_of_tests.cpp(24): ERROR: an assert dealing with exceptions has failed!