You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
doctest/examples/all_features/test_output
Salvage b7c21ec5ce
v2.4.9
2 years ago
..
abort_after.txt summary: align even large values #402 (#403) 4 years ago
abort_after_junit.txt log contexts for failures in JUnit reporter (#442) 4 years ago
abort_after_xml.txt added test_case_success attribute to the OverallResultsAsserts xml tag at the end of every test case - taking the logic from finalizeTestCaseData which takes into account decorators such as should/may fail & expected failures - related to #320 3 years ago
all_binary.txt summary: align even large values #402 (#403) 4 years ago
all_binary_junit.txt a functional version of a JUnit reporter! closes #376 and closes #318 - thanks to @phil-zxx for the implementation and to @byzantic , @ARCRL and @dhoer for their inputs! 4 years ago
all_binary_xml.txt added test_case_success attribute to the OverallResultsAsserts xml tag at the end of every test case - taking the logic from finalizeTestCaseData which takes into account decorators such as should/may fail & expected failures - related to #320 3 years ago
alternative_macros.cpp.txt summary: align even large values #402 (#403) 4 years ago
alternative_macros.cpp_junit.txt a functional version of a JUnit reporter! closes #376 and closes #318 - thanks to @phil-zxx for the implementation and to @byzantic , @ARCRL and @dhoer for their inputs! 4 years ago
alternative_macros.cpp_xml.txt added test_case_success attribute to the OverallResultsAsserts xml tag at the end of every test case - taking the logic from finalizeTestCaseData which takes into account decorators such as should/may fail & expected failures - related to #320 3 years ago
assertion_macros.cpp.txt Add contains option to checks. (#620) 3 years ago
assertion_macros.cpp_junit.txt Add contains option to checks. (#620) 3 years ago
assertion_macros.cpp_xml.txt Add contains option to checks. (#620) 3 years ago
asserts_used_outside_of_tests.cpp.txt Feature: Better NaN (#584) 3 years ago
asserts_used_outside_of_tests.cpp_junit.txt Feature: Better NaN (#584) 3 years ago
asserts_used_outside_of_tests.cpp_xml.txt Feature: Better NaN (#584) 3 years ago
count.txt queries now also go through the reporter interface! 6 years ago
count_junit.txt a functional version of a JUnit reporter! closes #376 and closes #318 - thanks to @phil-zxx for the implementation and to @byzantic , @ARCRL and @dhoer for their inputs! 4 years ago
count_xml.txt the options for the run are included in the xml 6 years ago
coverage_maxout.cpp.txt Refactor stringification (#585) 3 years ago
coverage_maxout.cpp_junit.txt Refactor stringification (#585) 3 years ago
coverage_maxout.cpp_xml.txt Refactor stringification (#585) 3 years ago
decomposition.cpp.txt Cleanup of DOCTEST_DO_BINARY_EXPRESSION_COMPARISON. Fixes #651 (#652) 2 years ago
decomposition.cpp_junit.txt Cleanup of DOCTEST_DO_BINARY_EXPRESSION_COMPARISON. Fixes #651 (#652) 2 years ago
decomposition.cpp_xml.txt Cleanup of DOCTEST_DO_BINARY_EXPRESSION_COMPARISON. Fixes #651 (#652) 2 years ago
disabled.txt - added test outputs 8 years ago
disabled_but_evaluated.txt Hotfix asserts returning values with DOCTEST_CONFIG_DISABLE 3 years ago
doctest_proxy.h.txt summary: align even large values #402 (#403) 4 years ago
doctest_proxy.h_junit.txt a functional version of a JUnit reporter! closes #376 and closes #318 - thanks to @phil-zxx for the implementation and to @byzantic , @ARCRL and @dhoer for their inputs! 4 years ago
doctest_proxy.h_xml.txt the options for the run are included in the xml 6 years ago
double_stringification.cpp.txt Fix #508 (#640) 3 years ago
double_stringification.cpp_junit.txt Fix #508 (#640) 3 years ago
double_stringification.cpp_xml.txt Fix #508 (#640) 3 years ago
enums.cpp.txt Add tests for DOCTEST_CONFIG_USE_STD_HEADERS (#643) 3 years ago
enums.cpp_junit.txt Add tests for DOCTEST_CONFIG_USE_STD_HEADERS (#643) 3 years ago
enums.cpp_xml.txt Add tests for DOCTEST_CONFIG_USE_STD_HEADERS (#643) 3 years ago
filter_1.txt summary: align even large values #402 (#403) 4 years ago
filter_1_junit.txt a functional version of a JUnit reporter! closes #376 and closes #318 - thanks to @phil-zxx for the implementation and to @byzantic , @ARCRL and @dhoer for their inputs! 4 years ago
filter_1_xml.txt the options for the run are included in the xml 6 years ago
filter_2.txt Cleanup of DOCTEST_DO_BINARY_EXPRESSION_COMPARISON. Fixes #651 (#652) 2 years ago
filter_2_junit.txt a functional version of a JUnit reporter! closes #376 and closes #318 - thanks to @phil-zxx for the implementation and to @byzantic , @ARCRL and @dhoer for their inputs! 4 years ago
filter_2_xml.txt Cleanup of DOCTEST_DO_BINARY_EXPRESSION_COMPARISON. Fixes #651 (#652) 2 years ago
filter_3.txt Fix subcase reentry (#598) 3 years ago
filter_3_junit.txt Fix subcase reentry (#598) 3 years ago
filter_3_xml.txt Fix subcase reentry (#598) 3 years ago
filter_4.txt Allow escaping backslash with backslash in filters (#614) (#616) 3 years ago
filter_4_junit.txt Allow escaping backslash with backslash in filters (#614) (#616) 3 years ago
filter_4_xml.txt Allow escaping backslash with backslash in filters (#614) (#616) 3 years ago
first_last.txt summary: align even large values #402 (#403) 4 years ago
first_last_junit.txt a functional version of a JUnit reporter! closes #376 and closes #318 - thanks to @phil-zxx for the implementation and to @byzantic , @ARCRL and @dhoer for their inputs! 4 years ago
first_last_xml.txt added test_case_success attribute to the OverallResultsAsserts xml tag at the end of every test case - taking the logic from finalizeTestCaseData which takes into account decorators such as should/may fail & expected failures - related to #320 3 years ago
header.h.txt summary: align even large values #402 (#403) 4 years ago
header.h_junit.txt a functional version of a JUnit reporter! closes #376 and closes #318 - thanks to @phil-zxx for the implementation and to @byzantic , @ARCRL and @dhoer for their inputs! 4 years ago
header.h_xml.txt added test_case_success attribute to the OverallResultsAsserts xml tag at the end of every test case - taking the logic from finalizeTestCaseData which takes into account decorators such as should/may fail & expected failures - related to #320 3 years ago
help.txt implemented the no-intro option by popular demand - closing #181 #245 #342 3 years ago
help_junit.txt a functional version of a JUnit reporter! closes #376 and closes #318 - thanks to @phil-zxx for the implementation and to @byzantic , @ARCRL and @dhoer for their inputs! 4 years ago
help_xml.txt the options for the run are included in the xml 6 years ago
list_reporters.txt a functional version of a JUnit reporter! closes #376 and closes #318 - thanks to @phil-zxx for the implementation and to @byzantic , @ARCRL and @dhoer for their inputs! 4 years ago
list_reporters_junit.txt a functional version of a JUnit reporter! closes #376 and closes #318 - thanks to @phil-zxx for the implementation and to @byzantic , @ARCRL and @dhoer for their inputs! 4 years ago
list_reporters_xml.txt a functional version of a JUnit reporter! closes #376 and closes #318 - thanks to @phil-zxx for the implementation and to @byzantic , @ARCRL and @dhoer for their inputs! 4 years ago
list_test_cases.txt queries now also go through the reporter interface! 6 years ago
list_test_cases_junit.txt a functional version of a JUnit reporter! closes #376 and closes #318 - thanks to @phil-zxx for the implementation and to @byzantic , @ARCRL and @dhoer for their inputs! 4 years ago
list_test_cases_xml.txt added the skipped attribute of test cases in the xml report - related to #320 3 years ago
list_test_suites.txt queries now also go through the reporter interface! 6 years ago
list_test_suites_junit.txt a functional version of a JUnit reporter! closes #376 and closes #318 - thanks to @phil-zxx for the implementation and to @byzantic , @ARCRL and @dhoer for their inputs! 4 years ago
list_test_suites_xml.txt the options for the run are included in the xml 6 years ago
logging.cpp.txt switched from using the << operator to the comma operator for all logging - this solves the problem in PR #431 4 years ago
logging.cpp_junit.txt log contexts for failures in JUnit reporter (#442) 4 years ago
logging.cpp_xml.txt added test_case_success attribute to the OverallResultsAsserts xml tag at the end of every test case - taking the logic from finalizeTestCaseData which takes into account decorators such as should/may fail & expected failures - related to #320 3 years ago
main.cpp.txt summary: align even large values #402 (#403) 4 years ago
main.cpp_junit.txt a functional version of a JUnit reporter! closes #376 and closes #318 - thanks to @phil-zxx for the implementation and to @byzantic , @ARCRL and @dhoer for their inputs! 4 years ago
main.cpp_xml.txt added test_case_success attribute to the OverallResultsAsserts xml tag at the end of every test case - taking the logic from finalizeTestCaseData which takes into account decorators such as should/may fail & expected failures - related to #320 3 years ago
minimal.txt added test_case_success attribute to the OverallResultsAsserts xml tag at the end of every test case - taking the logic from finalizeTestCaseData which takes into account decorators such as should/may fail & expected failures - related to #320 3 years ago
minimal_junit.txt added test_case_success attribute to the OverallResultsAsserts xml tag at the end of every test case - taking the logic from finalizeTestCaseData which takes into account decorators such as should/may fail & expected failures - related to #320 3 years ago
minimal_no_fail.txt Add -minimal flag (#562) 3 years ago
minimal_no_fail_junit.txt Add -minimal flag (#562) 3 years ago
minimal_no_fail_xml.txt added test_case_success attribute to the OverallResultsAsserts xml tag at the end of every test case - taking the logic from finalizeTestCaseData which takes into account decorators such as should/may fail & expected failures - related to #320 3 years ago
minimal_xml.txt added test_case_success attribute to the OverallResultsAsserts xml tag at the end of every test case - taking the logic from finalizeTestCaseData which takes into account decorators such as should/may fail & expected failures - related to #320 3 years ago
no_multi_lane_atomics.txt Cleanup of DOCTEST_DO_BINARY_EXPRESSION_COMPARISON. Fixes #651 (#652) 2 years ago
no_multithreading.txt Cleanup of DOCTEST_DO_BINARY_EXPRESSION_COMPARISON. Fixes #651 (#652) 2 years ago
order_1.txt added test_case_success attribute to the OverallResultsAsserts xml tag at the end of every test case - taking the logic from finalizeTestCaseData which takes into account decorators such as should/may fail & expected failures - related to #320 3 years ago
order_1_junit.txt added test_case_success attribute to the OverallResultsAsserts xml tag at the end of every test case - taking the logic from finalizeTestCaseData which takes into account decorators such as should/may fail & expected failures - related to #320 3 years ago
order_1_xml.txt added test_case_success attribute to the OverallResultsAsserts xml tag at the end of every test case - taking the logic from finalizeTestCaseData which takes into account decorators such as should/may fail & expected failures - related to #320 3 years ago
order_2.txt added test_case_success attribute to the OverallResultsAsserts xml tag at the end of every test case - taking the logic from finalizeTestCaseData which takes into account decorators such as should/may fail & expected failures - related to #320 3 years ago
order_2_junit.txt added test_case_success attribute to the OverallResultsAsserts xml tag at the end of every test case - taking the logic from finalizeTestCaseData which takes into account decorators such as should/may fail & expected failures - related to #320 3 years ago
order_2_xml.txt added test_case_success attribute to the OverallResultsAsserts xml tag at the end of every test case - taking the logic from finalizeTestCaseData which takes into account decorators such as should/may fail & expected failures - related to #320 3 years ago
order_3.txt summary: align even large values #402 (#403) 4 years ago
order_3_junit.txt a functional version of a JUnit reporter! closes #376 and closes #318 - thanks to @phil-zxx for the implementation and to @byzantic , @ARCRL and @dhoer for their inputs! 4 years ago
order_3_xml.txt the options for the run are included in the xml 6 years ago
reporters_and_listeners.cpp.txt summary: align even large values #402 (#403) 4 years ago
reporters_and_listeners.cpp_junit.txt a functional version of a JUnit reporter! closes #376 and closes #318 - thanks to @phil-zxx for the implementation and to @byzantic , @ARCRL and @dhoer for their inputs! 4 years ago
reporters_and_listeners.cpp_xml.txt the options for the run are included in the xml 6 years ago
std_headers.txt Cleanup of DOCTEST_DO_BINARY_EXPRESSION_COMPARISON. Fixes #651 (#652) 2 years ago
stringification.cpp.txt Stringification amendments (#642) 3 years ago
stringification.cpp_junit.txt Stringification amendments (#642) 3 years ago
stringification.cpp_xml.txt Stringification amendments (#642) 3 years ago
subcases.cpp.txt Fix subcase reentry (#598) 3 years ago
subcases.cpp_junit.txt Fix subcase reentry (#598) 3 years ago
subcases.cpp_xml.txt Fix subcase reentry (#598) 3 years ago
templated_test_cases.cpp.txt Refactor stringification (#585) 3 years ago
templated_test_cases.cpp_junit.txt Refactor stringification (#585) 3 years ago
templated_test_cases.cpp_xml.txt Refactor stringification (#585) 3 years ago
test_cases_and_suites.cpp.txt added test_case_success attribute to the OverallResultsAsserts xml tag at the end of every test case - taking the logic from finalizeTestCaseData which takes into account decorators such as should/may fail & expected failures - related to #320 3 years ago
test_cases_and_suites.cpp_junit.txt added test_case_success attribute to the OverallResultsAsserts xml tag at the end of every test case - taking the logic from finalizeTestCaseData which takes into account decorators such as should/may fail & expected failures - related to #320 3 years ago
test_cases_and_suites.cpp_xml.txt added test_case_success attribute to the OverallResultsAsserts xml tag at the end of every test case - taking the logic from finalizeTestCaseData which takes into account decorators such as should/may fail & expected failures - related to #320 3 years ago
version.txt v2.4.9 2 years ago
version_junit.txt a functional version of a JUnit reporter! closes #376 and closes #318 - thanks to @phil-zxx for the implementation and to @byzantic , @ARCRL and @dhoer for their inputs! 4 years ago
version_xml.txt v2.4.9 2 years ago