aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/test/resources/org/sonar/scanner/genericcoverage/unittest2.xml
blob: c1e778ecc734e855a4210b7bb683fcf92f23d624 (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/ClassWithBranches.java">
    <testCase name="test1" duration="500">
      <skipped>other</skipped>
    </testCase>
    <testCase name="test2" duration="300">
      <failure>stacktrace</failure>
    </testCase>
    <testCase name="test3" duration="300" />
    <testCase name="test4" duration="300">
      <ok>long</ok>
    </testCase>
  </file>
</unitTest>