Uses of Class
org.jacoco.core.runtime.AbstractRuntime
Packages that use AbstractRuntime
-
Uses of AbstractRuntime in org.jacoco.core.runtime
Subclasses of AbstractRuntime in org.jacoco.core.runtimeModifier and TypeClassDescriptionclass
IRuntime
which defines a new class usingjava.lang.invoke.MethodHandles.Lookup.defineClass
introduced in Java 9.class
ThisIRuntime
implementation uses the Java logging API to report coverage data.class
ThisIRuntime
implementation works with a modified system class.class
ThisIRuntime
implementation makes the execution data available through a special entry in theSystem.getProperties()
hash table.