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/minimal_no_fail_junit.txt

11 lines
492 B
Plaintext

<?xml version="1.0" encoding="UTF-8"?>
<testsuites>
<testsuite name="all_features" errors="0" failures="0" tests="3">
<testcase classname="no_failures.cpp" name="no checks" status="run"/>
<testcase classname="no_failures.cpp" name="simple check" status="run"/>
<testcase classname="no_failures.cpp" name="fails - and its allowed" status="run"/>
<testcase classname="no_failures.cpp" name="should fail and no output" status="run"/>
</testsuite>
</testsuites>
Program code.