Uses of Interface
org.sonar.api.test.CoverageBlock

Packages that use CoverageBlock
org.sonar.api.test   
 

Uses of CoverageBlock in org.sonar.api.test
 

Methods in org.sonar.api.test that return CoverageBlock
 CoverageBlock TestCase.coverageBlock(Testable testable)
           
 CoverageBlock Testable.coverageBlock(TestCase testCase)
           
 

Methods in org.sonar.api.test that return types with arguments of type CoverageBlock
 Iterable<CoverageBlock> Testable.coverageBlocks()
           
 Iterable<CoverageBlock> TestCase.coverageBlocks()
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.