<?xml version="1.0" encoding="UTF-8"?>
<testsuites tests="10" failures="4" disabled="2" errors="0" time="0.624" name="AllTests">
  <testsuite name="Component1Test" tests="5" failures="2" disabled="1" errors="0" time="0.232">
    <testcase name="foo_successfull" status="run" time="0.025" classname="Component1Test" />
    <testcase name="foo_failing" status="run" time="0.083" classname="Component1Test">
      <failure message="Value of: 112&#x0A;Expected: bar.foo()&#x0A;Which is: 111" type=""><![CDATA[test_component1.cc:18
Value of: 112
Expected: bar.foo()
Which is: 111]]></failure>
    </testcase>
    <testcase name="foo_throwing" status="run" time="0.078" classname="Component1Test">
      <failure message="Unknown C++ exception thrown in the test body." type=""><![CDATA[unknown file
Unknown C++ exception thrown in the test body.]]></failure>
    </testcase>
    <testcase name="DISABLED_foo_skipped" status="notrun" time="0" classname="Component1Test" />
    <testcase name="foo_leaking" status="run" time="0.015" classname="Component1Test" />
  </testsuite>
  <testsuite name="Component2Test" tests="5" failures="2" disabled="1" errors="0" time="0.232">
    <testcase name="foo_successfull2" status="run" time="0.025" classname="Component2Test" />
    <testcase name="foo_failing2" status="run" time="0.083" classname="Component2Test">
      <failure message="Value of: 112&#x0A;Expected: bar.foo()&#x0A;Which is: 111" type=""><![CDATA[test_component1.cc:18
Value of: 112
Expected: bar.foo()
Which is: 111]]></failure>
    </testcase>
    <testcase name="foo_throwing2" status="run" time="0.078" classname="Component2Test">
      <failure message="Unknown C++ exception thrown in the test body." type=""><![CDATA[unknown file
Unknown C++ exception thrown in the test body.]]></failure>
    </testcase>
    <testcase name="DISABLED_foo_skipped2" status="notrun" time="0" classname="Component2Test" />
    <testcase name="foo_leaking2" status="run" time="0.015" classname="Component2Test" />
  </testsuite>
</testsuites>
