Searched refs:InstrumentingLoader (Results 1 – 2 of 2) sorted by relevance
27 public final class InstrumentingLoader extends ClassLoader { class36 public InstrumentingLoader(IRuntime runtime, String scope, in InstrumentingLoader() method in InstrumentingLoader46 public InstrumentingLoader(Class<?> target) throws Exception { in InstrumentingLoader() method in InstrumentingLoader
29 import org.jacoco.core.test.InstrumentingLoader;59 private InstrumentingLoader loader;78 loader = new InstrumentingLoader(target); in execute()