Welcome to mirror list, hosted at ThFree Co, Russian Federation.

filter_4_junit.txt « test_output « all_features « examples - github.com/onqtam/doctest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e62f6c2aebdc04e6ca44dc7951fbdbf31604b32e (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<testsuites>
  <testsuite name="all_features" errors="0" failures="0" tests="0">
    <testcase classname="subcases.cpp" name="with a funnier name\:/with the funniest name\," status="run"/>
    <testcase classname="subcases.cpp" name="with a funnier name\:/with a slightly funny name :" status="run"/>
  </testsuite>
</testsuites>
Program code.