aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/test-resources/mediumtest/xoo/sample-generic-test-exec/unittest.xml
blob: 8e3b8ecdc2aee0fbf6312c111ed723e82ed88ed2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<testExecutions version="1">
  <file path="testx/ClassOneTest.xoo">
    <testCase name="test1" duration="5"/>
    <testCase name="test2" duration="500">
      <skipped>other</skipped>
    </testCase>
    <testCase name="test3" duration="100">
      <failure>stacktrace</failure>
    </testCase>
    <testCase name="test4" duration="500">
      <error>stacktrace</error>
    </testCase>
  </file>
</testExecutions>