forked from mirror/doctest
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.0 KiB
Plaintext
28 lines
1.0 KiB
Plaintext
[doctest] run with "--help" for options
|
|
===============================================================================
|
|
coverage_maxout.cpp(0):
|
|
TEST SUITE: exception related
|
|
TEST CASE: will end from a std::string exception
|
|
|
|
coverage_maxout.cpp(0): ERROR: test case THREW exception: std::string!
|
|
|
|
===============================================================================
|
|
coverage_maxout.cpp(0):
|
|
TEST SUITE: exception related
|
|
TEST CASE: will end from a const char* exception
|
|
|
|
coverage_maxout.cpp(0): ERROR: test case THREW exception: const char*!
|
|
|
|
===============================================================================
|
|
coverage_maxout.cpp(0):
|
|
TEST SUITE: exception related
|
|
TEST CASE: will end from an unknown exception
|
|
|
|
coverage_maxout.cpp(0): ERROR: test case THREW exception: unknown exception
|
|
|
|
===============================================================================
|
|
[doctest] test cases: 4 | 1 passed | 3 failed |
|
|
[doctest] assertions: 0 | 0 passed | 0 failed |
|
|
[doctest] Status: FAILURE!
|
|
Program code.
|