Home
last modified time | relevance | path

Searched defs: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()
242 public final Collection<String> classesToNotInstrument = new HashSet<>(); field in InstrumentationConfiguration.Builder