mirror of https://github.com/onqtam/doctest
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.
29 lines
687 B
Plaintext
29 lines
687 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<testsuites>
|
|
<testsuite name="all_features" errors="0" failures="3" tests="4">
|
|
<testcase classname="header.h" name="in TS" status="run">
|
|
<failure type="FAIL">
|
|
header.h(0):
|
|
|
|
|
|
</failure>
|
|
</testcase>
|
|
<testcase classname="header.h" name="template 1<char>" status="run">
|
|
<failure type="FAIL">
|
|
header.h(0):
|
|
|
|
|
|
</failure>
|
|
</testcase>
|
|
<testcase classname="header.h" name="template 2<doctest::String>" status="run">
|
|
<failure type="FAIL">
|
|
header.h(0):
|
|
|
|
|
|
</failure>
|
|
</testcase>
|
|
<testcase classname="header.h" name="fixtured test" status="run"/>
|
|
</testsuite>
|
|
</testsuites>
|
|
Program code.
|