summaryrefslogtreecommitdiff
path: root/examples/all_features/test_output/coverage_maxout.cpp.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/all_features/test_output/coverage_maxout.cpp.txt')
-rw-r--r--examples/all_features/test_output/coverage_maxout.cpp.txt37
1 files changed, 35 insertions, 2 deletions
diff --git a/examples/all_features/test_output/coverage_maxout.cpp.txt b/examples/all_features/test_output/coverage_maxout.cpp.txt
index 319efea..6b827dc 100644
--- a/examples/all_features/test_output/coverage_maxout.cpp.txt
+++ b/examples/all_features/test_output/coverage_maxout.cpp.txt
@@ -1,6 +1,31 @@
[doctest] run with "--help" for options
===============================================================================
coverage_maxout.cpp(0)
+TEST CASE: doctest internals
+
+coverage_maxout.cpp(0) ERROR!
+ CHECK( a.compare(const_str, true) != 0 )
+with expansion:
+ CHECK( 0 != 0 )
+with context:
+ should fail
+
+coverage_maxout.cpp(0) ERROR!
+ CHECK( a.compare("omgomgomg", false) != 0 )
+with expansion:
+ CHECK( 0 != 0 )
+with context:
+ should fail
+
+coverage_maxout.cpp(0) ERROR!
+ CHECK( detail::rawMemoryToString(a).length() == 0u )
+with expansion:
+ CHECK( 18 == 0 )
+with context:
+ should fail
+
+===============================================================================
+coverage_maxout.cpp(0)
TEST CASE: will end from a std::string exception
TEST CASE FAILED!
@@ -16,6 +41,14 @@ threw exception:
const char*!
===============================================================================
-[doctest] test cases: 3 | 1 passed | 2 failed |
-[doctest] assertions: 5 | 5 passed | 0 failed |
+coverage_maxout.cpp(0)
+TEST CASE: will end from an unknown exception
+
+TEST CASE FAILED!
+threw exception:
+ unknown exception
+
+===============================================================================
+[doctest] test cases: 4 | 0 passed | 4 failed |
+[doctest] assertions: 5 | 2 passed | 3 failed |
Program code.