Package | Description |
---|---|
org.jacoco.core.runtime |
Runtime control and execution data collection.
|
Modifier and Type | Class | Description |
---|---|---|
class |
LoggerRuntime |
This
IRuntime implementation uses the Java logging API to report
coverage data. |
class |
ModifiedSystemClassRuntime |
This
IRuntime implementation works with a modified system class. |
class |
SystemPropertiesRuntime |
This
IRuntime implementation makes the execution data available
through a special entry in the System.getProperties() hash table. |
class |
URLStreamHandlerRuntime |
This
IRuntime implementation registers a special
URLStreamHandler to process coverage data. |
Copyright © 2018. All rights reserved.