| Package | Description |
|---|---|
| org.jacoco.core.analysis |
Coverage calculation and analysis.
|
| org.jacoco.core.internal.analysis |
| Modifier and Type | Method and Description |
|---|---|
Collection<IPackageCoverage> |
IBundleCoverage.getPackages()
Returns all packages contained in this bundle.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PackageCoverageImpl
Implementation of
IPackageCoverage. |
| Modifier and Type | Method and Description |
|---|---|
Collection<IPackageCoverage> |
BundleCoverageImpl.getPackages() |
| Constructor and Description |
|---|
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.