summaryrefslogtreecommitdiff
path: root/examples/all_features/test_output/filter_2.txt
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/filter_2.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/filter_2.txt')
-rw-r--r--examples/all_features/test_output/filter_2.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/all_features/test_output/filter_2.txt b/examples/all_features/test_output/filter_2.txt
index 866201e..87e39cb 100644
--- a/examples/all_features/test_output/filter_2.txt
+++ b/examples/all_features/test_output/filter_2.txt
@@ -1,6 +1,6 @@
[doctest] run with "--help" for options
===============================================================================
-[doctest] test cases: 0 | 0 passed | 0 failed | 71 skipped
-[doctest] assertions: 0 | 0 passed | 0 failed |
+[doctest] test cases: 0 | 0 passed | 0 failed | 71 skipped
+[doctest] assertions: 0 | 0 passed | 0 failed |
[doctest] Status: SUCCESS!
Program code.