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

double_stringification.cpp_xml.txt « test_output « all_features « examples - github.com/onqtam/doctest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9403b1c11a0ec5f58020041bb17e0a37612e32a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<doctest binary="all_features">
  <Options order_by="file" rand_seed="324" first="0" last="4294967295" abort_after="0" subcase_filter_levels="2147483647" case_sensitive="false" no_throw="false" no_skip="false"/>
  <TestSuite>
    <TestCase name="toString std::string ret type" filename="double_stringification.cpp" line="0">
      <OverallResultsAsserts successes="3" failures="0" test_case_success="true"/>
    </TestCase>
  </TestSuite>
  <OverallResultsAsserts successes="3" failures="0"/>
  <OverallResultsTestCases successes="1" failures="0"/>
</doctest>
Program code.