aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/test/resources/org/sonar/scanner/genericcoverage/unittest.xml
blob: 597f88698a8ed9c955f7a268c6cc083401b62ec4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<unitTest version="1">
  <file path="src/main/java/com/example/EmptyClass.java"/>
  <file path="src/main/java/com/example/ClassWithoutBranch.java">
    <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>
</unitTest>