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

first_last.txt (1030B)


      1 [doctest] run with "--help" for options
      2 ===============================================================================
      3 coverage_maxout.cpp(0):
      4 TEST SUITE: exception related
      5 TEST CASE:  will end from a std::string exception
      6 
      7 coverage_maxout.cpp(0): ERROR: test case THREW exception: std::string!
      8 
      9 ===============================================================================
     10 coverage_maxout.cpp(0):
     11 TEST SUITE: exception related
     12 TEST CASE:  will end from a const char* exception
     13 
     14 coverage_maxout.cpp(0): ERROR: test case THREW exception: const char*!
     15 
     16 ===============================================================================
     17 coverage_maxout.cpp(0):
     18 TEST SUITE: exception related
     19 TEST CASE:  will end from an unknown exception
     20 
     21 coverage_maxout.cpp(0): ERROR: test case THREW exception: unknown exception
     22 
     23 ===============================================================================
     24 [doctest] test cases: 4 | 1 passed | 3 failed |
     25 [doctest] assertions: 0 | 0 passed | 0 failed |
     26 [doctest] Status: FAILURE!
     27 Program code.