1<?xml version='1.0' encoding='utf-8'?>
2<testsuites>
3  <testsuite name="Has a plan, successful tests, just too small amount of them" errors="7" failures="1" skipped="0" tests="10" time="0">
4    <system-out>1..10
5ok 1 - First
6ok 2 - Second
7ok 3 - Third
8</system-out>
9    <testcase name="First" classname="Has a plan, successful tests, just too small amount of them" time="0" />
10    <testcase name="Second" classname="Has a plan, successful tests, just too small amount of them" time="0" />
11    <testcase name="Third" classname="Has a plan, successful tests, just too small amount of them" time="0" />
12    <testcase name="Number of runned tests does not match plan." classname="Has a plan, successful tests, just too small amount of them" time="0">
13      <failure message="Some test were not executed, The test died prematurely." type="Plan">Bad plan</failure>
14    </testcase>
15  </testsuite>
16</testsuites>
17