|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICoverageNode.CounterEntity | |
---|---|
org.jacoco.core.analysis | Coverage calculation and analysis. |
org.jacoco.report.check | Rules check implementation. |
Uses of ICoverageNode.CounterEntity in org.jacoco.core.analysis |
---|
Methods in org.jacoco.core.analysis that return ICoverageNode.CounterEntity | |
---|---|
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're declared. |
Methods in org.jacoco.core.analysis with parameters of type ICoverageNode.CounterEntity | |
---|---|
ICounter |
ICoverageNode.getCounter(ICoverageNode.CounterEntity entity)
Generic access to the counters. |
ICounter |
CoverageNodeImpl.getCounter(ICoverageNode.CounterEntity entity)
|
NodeComparator |
CounterComparator.on(ICoverageNode.CounterEntity entity)
Creates a new comparator for ICoverageNode counters of the given
entity based on this counter sorting criteria. |
Uses of ICoverageNode.CounterEntity in org.jacoco.report.check |
---|
Methods in org.jacoco.report.check that return ICoverageNode.CounterEntity | |
---|---|
ICoverageNode.CounterEntity |
Limit.getEntity()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |