org.sonar.api.test
Interface CoverageBlock


public interface CoverageBlock


Method Summary
 List<Integer> lines()
           
 Testable testable()
           
 TestCase testCase()
           
 

Method Detail

testCase

TestCase testCase()

testable

Testable testable()

lines

List<Integer> lines()


Copyright © 2009-2014 SonarSource. All Rights Reserved.