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

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

Uses of IPackageCoverage in org.jacoco.core.analysis
 

Methods in org.jacoco.core.analysis that return types with arguments of type IPackageCoverage
 Collection<IPackageCoverage> IBundleCoverage.getPackages()
          Returns all packages contained in this bundle.
 

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

Classes in org.jacoco.core.internal.analysis that implement IPackageCoverage
 class PackageCoverageImpl
          Implementation of IPackageCoverage.
 

Methods in org.jacoco.core.internal.analysis that return types with arguments of type IPackageCoverage
 Collection<IPackageCoverage> BundleCoverageImpl.getPackages()
           
 

Constructor parameters in org.jacoco.core.internal.analysis with type arguments of type IPackageCoverage
BundleCoverageImpl(String name, Collection<IPackageCoverage> packages)
          Creates a new instance of a bundle with the given name.
 



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