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.txt (560B)


      1 [doctest] run with "--help" for options
      2 ===============================================================================
      3 decomposition.cpp(0):
      4 TEST CASE:  Move Only Type
      5 
      6 decomposition.cpp(0): ERROR: CHECK( genType(false) ) is NOT correct!
      7   values: CHECK( {?} )
      8 
      9 decomposition.cpp(0): ERROR: CHECK( a ) is NOT correct!
     10   values: CHECK( {?} )
     11 
     12 ===============================================================================
     13 [doctest] test cases: 2 | 1 passed | 1 failed |
     14 [doctest] assertions: 4 | 2 passed | 2 failed |
     15 [doctest] Status: FAILURE!
     16 Program code.