Uses of Interface
org.jacoco.core.analysis.IMethodCoverage

Packages that use IMethodCoverage
org.jacoco.core.analysis Coverage calculation and analysis. 
org.jacoco.core.internal.analysis   
 

Uses of IMethodCoverage in org.jacoco.core.analysis
 

Methods in org.jacoco.core.analysis that return types with arguments of type IMethodCoverage
 Collection<IMethodCoverage> IClassCoverage.getMethods()
          Returns the methods included in this class.
 

Uses of IMethodCoverage in org.jacoco.core.internal.analysis
 

Classes in org.jacoco.core.internal.analysis that implement IMethodCoverage
 class MethodCoverageImpl
          Implementation of IMethodCoverage.
 

Methods in org.jacoco.core.internal.analysis that return IMethodCoverage
 IMethodCoverage MethodAnalyzer.getCoverage()
          Returns the coverage data for this method after this visitor has been processed.
 

Methods in org.jacoco.core.internal.analysis that return types with arguments of type IMethodCoverage
 Collection<IMethodCoverage> ClassCoverageImpl.getMethods()
           
 

Methods in org.jacoco.core.internal.analysis with parameters of type IMethodCoverage
 void ClassCoverageImpl.addMethod(IMethodCoverage method)
          Add a method to this class.
 



Copyright © 2009-2015 Mountainminds GmbH & Co. KG. All Rights Reserved.