org.sonar.api.test
Interface Testable

All Superinterfaces:
Perspective
All Known Subinterfaces:
MutableTestable

Deprecated. since 5.0 use SensorContext#testPlanBuilder(org.sonar.api.batch.fs.InputFile)

@Deprecated
public interface Testable
extends Perspective


Method Summary
 int countTestCasesOfLine(Integer line)
          Deprecated.  
 CoverageBlock coverageBlock(TestCase testCase)
          Deprecated.  
 Iterable<CoverageBlock> coverageBlocks()
          Deprecated.  
 TestCase testCaseByName(String key)
          Deprecated.  
 List<TestCase> testCases()
          Deprecated.  
 Map<Integer,Integer> testCasesByLines()
          Deprecated.  
 List<TestCase> testCasesOfLine(int line)
          Deprecated.  
 SortedSet<Integer> testedLines()
          Deprecated.  
 
Methods inherited from interface org.sonar.api.component.Perspective
component
 

Method Detail

testCases

List<TestCase> testCases()
Deprecated. 

testCaseByName

TestCase testCaseByName(String key)
Deprecated. 

countTestCasesOfLine

int countTestCasesOfLine(Integer line)
Deprecated. 

testCasesByLines

Map<Integer,Integer> testCasesByLines()
Deprecated. 

testCasesOfLine

List<TestCase> testCasesOfLine(int line)
Deprecated. 

testedLines

SortedSet<Integer> testedLines()
Deprecated. 

coverageBlock

CoverageBlock coverageBlock(TestCase testCase)
Deprecated. 

coverageBlocks

Iterable<CoverageBlock> coverageBlocks()
Deprecated. 


Copyright © 2009–2014 SonarSource. All rights reserved.