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

decomposition.cpp_junit.txt (635B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <testsuites>
      3   <testsuite name="all_features" errors="0" failures="2" tests="4">
      4     <testcase classname="decomposition.cpp" name="Move Only Type" status="run">
      5       <failure message="{?}" type="CHECK">
      6 decomposition.cpp(0):
      7 CHECK( genType(false) ) is NOT correct!
      8   values: CHECK( {?} )
      9 
     10       </failure>
     11       <failure message="{?}" type="CHECK">
     12 decomposition.cpp(0):
     13 CHECK( a ) is NOT correct!
     14   values: CHECK( {?} )
     15 
     16       </failure>
     17     </testcase>
     18     <testcase classname="decomposition.cpp" name="Impl cast from non-const value" status="run"/>
     19   </testsuite>
     20 </testsuites>
     21 Program code.