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


      1 [doctest] run with "--help" for options
      2 ===============================================================================
      3 coverage_maxout.cpp(0):
      4 TEST CASE:  exercising tricky code paths of doctest
      5 
      6 coverage_maxout.cpp(0): ERROR: CHECK( str.compare(const_str, true) != 0 ) is NOT correct!
      7   values: CHECK( 0 != 0 )
      8   logged: should fail
      9 
     10 coverage_maxout.cpp(0): ERROR: CHECK( str.compare("omgomgomg", false) != 0 ) is NOT correct!
     11   values: CHECK( 0 != 0 )
     12   logged: should fail
     13 
     14 Aborting - too many failed asserts!
     15 ===============================================================================
     16 [doctest] test cases: 1 | 0 passed | 1 failed |
     17 [doctest] assertions: 7 | 5 passed | 2 failed |
     18 [doctest] Status: FAILURE!
     19 Program code.