Uses of Class
org.jacoco.core.runtime.AbstractRuntime
-
Packages that use AbstractRuntime Package Description org.jacoco.core.runtime Runtime control and execution data collection. -
-
Uses of AbstractRuntime in org.jacoco.core.runtime
Subclasses of AbstractRuntime in org.jacoco.core.runtime Modifier and Type Class Description classInjectedClassRuntimeIRuntimewhich defines a new class usingjava.lang.invoke.MethodHandles.Lookup.defineClassintroduced in Java 9.classLoggerRuntimeThisIRuntimeimplementation uses the Java logging API to report coverage data.classModifiedSystemClassRuntimeThisIRuntimeimplementation works with a modified system class.classSystemPropertiesRuntimeThisIRuntimeimplementation makes the execution data available through a special entry in theSystem.getProperties()hash table.
-