Home
last modified time | relevance | path

Searched refs:classesToNotInstrument (Results 1 – 1 of 1) sorted by relevance

/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DInstrumentationConfiguration.java42 private final Set<String> classesToNotInstrument; field in InstrumentationConfiguration
60 Collection<String> classesToNotInstrument, in InstrumentationConfiguration() argument
68 this.classesToNotInstrument = ImmutableSet.copyOf(classesToNotInstrument); in InstrumentationConfiguration()
89 && !(classesToNotInstrument.contains(mutableClass.getName())) in shouldInstrument()
242 public final Collection<String> classesToNotInstrument = new HashSet<>(); field in InstrumentationConfiguration.Builder
255 classesToNotInstrument.addAll(classLoaderConfig.classesToNotInstrument); in Builder()
295 this.classesToNotInstrument.add(className); in doNotInstrumentClass()
312 classesToNotInstrument, in build()