doctest

FORK: The fastest feature-rich C++11/14/17/20 single-header testing framework
git clone https://git.neptards.moe/neptards/doctest.git
Log | Files | Refs | README

abort_after_junit.txt (679B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <testsuites>
      3   <testsuite name="all_features" errors="0" failures="2" tests="7">
      4     <testcase classname="coverage_maxout.cpp" name="exercising tricky code paths of doctest" status="run">
      5       <failure message="0 != 0" type="CHECK">
      6 coverage_maxout.cpp(0):
      7 CHECK( str.compare(const_str, true) != 0 ) is NOT correct!
      8   values: CHECK( 0 != 0 )
      9   logged: should fail
     10 
     11       </failure>
     12       <failure message="0 != 0" type="CHECK">
     13 coverage_maxout.cpp(0):
     14 CHECK( str.compare("omgomgomg", false) != 0 ) is NOT correct!
     15   values: CHECK( 0 != 0 )
     16   logged: should fail
     17 
     18       </failure>
     19     </testcase>
     20   </testsuite>
     21 </testsuites>
     22 Program code.