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

Packages that use IBundleCoverage
org.jacoco.core.analysis Coverage calculation and analysis. 
org.jacoco.report Common interfaces and utilities for report generation. 
 

Uses of IBundleCoverage in org.jacoco.core.analysis
 

Methods in org.jacoco.core.analysis that return IBundleCoverage
 IBundleCoverage CoverageBuilder.getBundle(String name)
          Creates a bundle from all nodes currently contained in this bundle.
 

Uses of IBundleCoverage in org.jacoco.report
 

Methods in org.jacoco.report with parameters of type IBundleCoverage
 void IReportGroupVisitor.visitBundle(IBundleCoverage bundle, ISourceFileLocator locator)
          Called to add a bundle to the report.
 



Copyright © 2009–2024 Mountainminds GmbH & Co. KG. All rights reserved.