OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isinstrumented
(Results
1 - 2
of
2
) sorted by null
/external/robolectric/src/test/java/com/xtremelabs/robolectric/
InstrumentDetectorTest.java
68
isInstrumented
() ? null : ShadowWrangler.getInstance(),
69
isInstrumented
() ? null : ClassLoaderForTesting.getInstance(),
86
isInstrumented
() ? null : ShadowWrangler.getInstance(),
87
isInstrumented
() ? null : ClassLoaderForTesting.getInstance(),
97
public boolean
isInstrumented
() {
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
RobolectricTestRunner.java
100
if (!
isInstrumented
()) {
130
isInstrumented
() ? null : ShadowWrangler.getInstance(),
131
isInstrumented
() ? null : classLoader,
149
isInstrumented
() ? null : ShadowWrangler.getInstance(),
150
isInstrumented
() ? null : getDefaultLoader(),
166
isInstrumented
() ? null : ShadowWrangler.getInstance(),
167
isInstrumented
() ? null : getDefaultLoader(),
251
super(
isInstrumented
() ? testClass
254
if (!
isInstrumented
()) {
287
protected static boolean
isInstrumented
() {
[
all
...]
Completed in 134 milliseconds