Uses of Interface
org.sonar.api.batch.sensor.test.TestCaseCoverage

Packages that use TestCaseCoverage
org.sonar.api.batch.sensor   
org.sonar.api.batch.sensor.test   
org.sonar.api.batch.sensor.test.internal   
 

Uses of TestCaseCoverage in org.sonar.api.batch.sensor
 

Methods in org.sonar.api.batch.sensor that return TestCaseCoverage
 TestCaseCoverage SensorContext.newTestCaseCoverage()
          Create a new test case coverage report.
 

Methods in org.sonar.api.batch.sensor with parameters of type TestCaseCoverage
 void SensorStorage.store(TestCaseCoverage testCaseCoverage)
           
 

Uses of TestCaseCoverage in org.sonar.api.batch.sensor.test
 

Methods in org.sonar.api.batch.sensor.test that return TestCaseCoverage
 TestCaseCoverage TestCaseCoverage.cover(InputFile mainFile)
          Set file covered by this test.
 TestCaseCoverage TestCaseCoverage.onLines(List<Integer> lines)
          Set list of line numbers (1-based) covered by this test.
 TestCaseCoverage TestCaseCoverage.testFile(InputFile testFile)
          Set file where this test is located.
 TestCaseCoverage TestCaseCoverage.testName(String name)
          Set name of this test.
 

Uses of TestCaseCoverage in org.sonar.api.batch.sensor.test.internal
 

Classes in org.sonar.api.batch.sensor.test.internal that implement TestCaseCoverage
 class DefaultTestCaseCoverage
           
 



Copyright © 2009–2015 SonarSource. All rights reserved.