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:
authorViktor Kirilov <vik.kirilov@gmail.com>2021-01-09 18:43:50 +0300
committerViktor Kirilov <vik.kirilov@gmail.com>2021-02-02 17:59:16 +0300
commit8eccc83edd1498094d0c455e6c7fde916a6b7684 (patch)
tree819fa5ab89e6cb60b767ca934faf409534ecd0f3 /examples/all_features/test_output/test_cases_and_suites.cpp_xml.txt
parent98685b0e86b1c94e01eaf89cd2aa17e1d39315d2 (diff)
added the no_output decorator and also fixed a bug with the recently introduced no_breaks decorator
Diffstat (limited to 'examples/all_features/test_output/test_cases_and_suites.cpp_xml.txt')
-rw-r--r--examples/all_features/test_output/test_cases_and_suites.cpp_xml.txt12
1 files changed, 10 insertions, 2 deletions
diff --git a/examples/all_features/test_output/test_cases_and_suites.cpp_xml.txt b/examples/all_features/test_output/test_cases_and_suites.cpp_xml.txt
index f13d64c9..ece0fb6d 100644
--- a/examples/all_features/test_output/test_cases_and_suites.cpp_xml.txt
+++ b/examples/all_features/test_output/test_cases_and_suites.cpp_xml.txt
@@ -100,7 +100,15 @@
<OverallResultsAsserts successes="0" failures="2" expected_failures="1"/>
</TestCase>
</TestSuite>
- <OverallResultsAsserts successes="1" failures="10"/>
- <OverallResultsTestCases successes="5" failures="9"/>
+ <TestSuite>
+ <TestCase name="should fail and no output" filename="test_cases_and_suites.cpp" line="0" should_fail="true">
+ <Message type="FATAL ERROR" filename="test_cases_and_suites.cpp" line="0">
+ <Text/>
+ </Message>
+ <OverallResultsAsserts successes="0" failures="1"/>
+ </TestCase>
+ </TestSuite>
+ <OverallResultsAsserts successes="1" failures="11"/>
+ <OverallResultsTestCases successes="6" failures="9"/>
</doctest>
Program code.