Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/onqtam/doctest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoronqtam <vik.kirilov@gmail.com>2017-05-07 20:45:09 +0300
committeronqtam <vik.kirilov@gmail.com>2017-05-16 00:22:23 +0300
commit68d0f1d200ef24902f50c63e039b5c12d62364de (patch)
tree71e9bfb8ac57a9eb0e18b5f3198526e584ec4852 /examples/all_features/test_output/templated_test_cases.cpp.txt
parenta82c1e401f9eb0bbbbd6a9ad6d29513ab5bf70b3 (diff)
added an overload for operator<< of the ContextBuilder that catches by const ref and use a static assert - relates #23
Added option to show duration of test case execution and added a timeout(seconds) decorator - marking them as failed if they exceed it - closes #68 - closes #67
Diffstat (limited to 'examples/all_features/test_output/templated_test_cases.cpp.txt')
-rw-r--r--examples/all_features/test_output/templated_test_cases.cpp.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/all_features/test_output/templated_test_cases.cpp.txt b/examples/all_features/test_output/templated_test_cases.cpp.txt
index b3d33366..a7b161a9 100644
--- a/examples/all_features/test_output/templated_test_cases.cpp.txt
+++ b/examples/all_features/test_output/templated_test_cases.cpp.txt
@@ -45,7 +45,7 @@ with expansion:
CHECK( 0 != 0 )
===============================================================================
-[doctest] test cases: 14 | 9 passed | 5 failed |
-[doctest] assertions: 18 | 13 passed | 5 failed |
+[doctest] test cases: 14 | 9 passed | 5 failed |
+[doctest] assertions: 18 | 13 passed | 5 failed |
[doctest] Status: FAILURE!
Program code.