Uses of Class
org.jacoco.core.data.ExecutionDataStore

Packages that use ExecutionDataStore
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. 
 

Uses of ExecutionDataStore in org.jacoco.core.analysis
 

Constructors in org.jacoco.core.analysis with parameters of type ExecutionDataStore
Analyzer(ExecutionDataStore executionData, ICoverageVisitor coverageVisitor)
          Creates a new analyzer reporting to the given output.
 

Uses of ExecutionDataStore in org.jacoco.core.data
 

Methods in org.jacoco.core.data with parameters of type ExecutionDataStore
 void ExecutionDataStore.subtract(ExecutionDataStore store)
          Subtracts all probes in the given execution data store from this store.
 

Uses of ExecutionDataStore in org.jacoco.core.runtime
 

Fields in org.jacoco.core.runtime declared as ExecutionDataStore
protected  ExecutionDataStore RuntimeData.store
          store for execution data
 

Uses of ExecutionDataStore in org.jacoco.core.tools
 

Methods in org.jacoco.core.tools that return ExecutionDataStore
 ExecutionDataStore ExecFileLoader.getExecutionDataStore()
          Returns the execution data store with data for all loaded classes.
 



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