public class CoreShadowsAdapter extends java.lang.Object implements ShadowsAdapter
Interface between the Robolectric runtime and the shadows-core module.
ShadowsAdapter.ShadowLooperAdapter| Constructor and Description |
|---|
CoreShadowsAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(android.app.Application application,
org.robolectric.manifest.AndroidManifest appManifest) |
org.robolectric.util.Scheduler |
getBackgroundScheduler() |
ShadowsAdapter.ShadowLooperAdapter |
getMainLooper() |
java.lang.String |
getShadowActivityThreadClassName() |
java.lang.String |
getShadowContextImplClassName() |
void |
setupLogging() |
public org.robolectric.util.Scheduler getBackgroundScheduler()
getBackgroundScheduler in interface ShadowsAdapterpublic ShadowsAdapter.ShadowLooperAdapter getMainLooper()
getMainLooper in interface ShadowsAdapterpublic java.lang.String getShadowActivityThreadClassName()
getShadowActivityThreadClassName in interface ShadowsAdapterpublic void setupLogging()
setupLogging in interface ShadowsAdapterpublic java.lang.String getShadowContextImplClassName()
getShadowContextImplClassName in interface ShadowsAdapterpublic void bind(android.app.Application application,
org.robolectric.manifest.AndroidManifest appManifest)
bind in interface ShadowsAdapter