Home
last modified time | relevance | path

Searched defs:instrumentedClasses (Results 1 – 1 of 1) sorted by relevance

/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DInstrumentationConfiguration.java41 private final Set<String> instrumentedClasses; field in InstrumentationConfiguration
57 Collection<String> instrumentedClasses, in InstrumentationConfiguration()
241 public final Collection<String> instrumentedClasses = new HashSet<>(); field in InstrumentationConfiguration.Builder