Package org.robolectric.shadows
Interface ShadowInstrumentation._Instrumentation_
- Enclosing class:
- ShadowInstrumentation
public static interface ShadowInstrumentation._Instrumentation_
Accessor interface for
Instrumentation
's internals.-
Method Summary
Modifier and Type Method Description void
init(ActivityThread thread, Context instrContext, Context appContext, ComponentName component, Object watcher)
void
init(ActivityThread thread, Context instrContext, Context appContext, ComponentName component, Object watcher, Object uiAutomationConnection)
-
Method Details
-
init
void init(ActivityThread thread, Context instrContext, Context appContext, ComponentName component, Object watcher) -
init
void init(ActivityThread thread, Context instrContext, Context appContext, ComponentName component, Object watcher, Object uiAutomationConnection)
-