@Deprecated public interface Testable extends Perspective
| Modifier and Type | Method and Description | 
|---|---|
| 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.  | 
TestCase testCaseByName(String key)
int countTestCasesOfLine(Integer line)
Map<Integer,Integer> testCasesByLines()
List<TestCase> testCasesOfLine(int line)
SortedSet<Integer> testedLines()
CoverageBlock coverageBlock(TestCase testCase)
Iterable<CoverageBlock> coverageBlocks()
Copyright © 2009–2016 SonarSource. All rights reserved.