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-06 20:07:49 +0300
committeronqtam <vik.kirilov@gmail.com>2017-05-16 00:22:23 +0300
commit754f40285461ad70d00c71c1c8eb6240944aeef2 (patch)
tree879d0d9ce87df2c625623e9cd14c3734da4c6cfc /examples/all_features/test_output/templated_test_cases.cpp.txt
parentb89eefbaf1b74f4378bd5e810bbcbfd34617eae6 (diff)
- almost done with the should_fail/may_fail/expected_failures decorators
- added SUCCESS/FAILURE message at the end after running the tests - FAIL/FAIL_CHECK are now counted as asserts!!! - relates #67 - relates #9
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.txt1
1 files changed, 1 insertions, 0 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 e8c2b4f8..b3d33366 100644
--- a/examples/all_features/test_output/templated_test_cases.cpp.txt
+++ b/examples/all_features/test_output/templated_test_cases.cpp.txt
@@ -47,4 +47,5 @@ with expansion:
===============================================================================
[doctest] test cases: 14 | 9 passed | 5 failed |
[doctest] assertions: 18 | 13 passed | 5 failed |
+[doctest] Status: FAILURE!
Program code.