Package | Description |
---|---|
org.jacoco.core.runtime |
Runtime control and execution data collection.
|
Modifier and Type | Field and Description |
---|---|
protected RuntimeData |
AbstractRuntime.data
access to the runtime data
|
Modifier and Type | Method and Description |
---|---|
void |
ModifiedSystemClassRuntime.startup(RuntimeData data) |
void |
SystemPropertiesRuntime.startup(RuntimeData data) |
void |
LoggerRuntime.startup(RuntimeData data) |
void |
IRuntime.startup(RuntimeData data)
Starts the coverage runtime.
|
void |
AbstractRuntime.startup(RuntimeData data)
Subclasses must call this method when overwriting it.
|
void |
URLStreamHandlerRuntime.startup(RuntimeData data) |
Copyright © 2009–2016 Mountainminds GmbH& Co. KG. All rights reserved.