Uses of Class
org.jacoco.core.runtime.AbstractRuntime

Packages that use AbstractRuntime
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
 class InjectedClassRuntime
          IRuntime which defines a new class using java.lang.invoke.MethodHandles.Lookup.defineClass introduced in Java 9.
 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.
 



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