Package | Description |
---|---|
org.jacoco.core.analysis |
Coverage calculation and analysis.
|
org.jacoco.core.data |
Representation and persistence of execution data and session information.
|
org.jacoco.core.runtime |
Runtime control and execution data collection.
|
org.jacoco.core.tools |
Collection of tools build on top of the JaCoCo core APIs.
|
org.jacoco.report |
Common interfaces and utilities for report generation.
|
org.jacoco.report.internal.html.page |
Class | Description |
---|---|
ExecutionDataStore |
In-memory data store for execution data.
|
Class | Description |
---|---|
ExecutionData |
Execution data for a single Java class.
|
ExecutionDataStore |
In-memory data store for execution data.
|
IExecutionDataVisitor |
Interface for data output of collected execution data.
|
IncompatibleExecDataVersionException |
Signals that execution data in an incompatible version was tried to read.
|
ISessionInfoVisitor |
Interface for data output of collected session information.
|
SessionInfo |
Data object describing a session which was the source of execution data.
|
Class | Description |
---|---|
ExecutionData |
Execution data for a single Java class.
|
ExecutionDataReader |
Deserialization of execution data from binary streams.
|
ExecutionDataStore |
In-memory data store for execution data.
|
ExecutionDataWriter |
Serialization of execution data into binary streams.
|
IExecutionDataVisitor |
Interface for data output of collected execution data.
|
ISessionInfoVisitor |
Interface for data output of collected session information.
|
Class | Description |
---|---|
ExecutionDataStore |
In-memory data store for execution data.
|
SessionInfoStore |
Container to collect and merge session
SessionInfo objects. |
Class | Description |
---|---|
ExecutionData |
Execution data for a single Java class.
|
SessionInfo |
Data object describing a session which was the source of execution data.
|
Class | Description |
---|---|
ExecutionData |
Execution data for a single Java class.
|
SessionInfo |
Data object describing a session which was the source of execution data.
|
Copyright © 2018. All rights reserved.