Package | Description |
---|---|
org.jacoco.core.analysis |
Coverage calculation and analysis.
|
Modifier and Type | Method and Description |
---|---|
static ICoverageNode.CounterEntity |
ICoverageNode.CounterEntity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ICoverageNode.CounterEntity[] |
ICoverageNode.CounterEntity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ICounter |
CoverageNodeImpl.getCounter(ICoverageNode.CounterEntity entity) |
ICounter |
ICoverageNode.getCounter(ICoverageNode.CounterEntity entity)
Generic access to the the counters.
|
NodeComparator |
CounterComparator.on(ICoverageNode.CounterEntity entity)
Creates a new comparator for
ICoverageNode counters of the given
entity based on this counter sorting criteria. |
Copyright © 2009–2016 Mountainminds GmbH& Co. KG. All rights reserved.