public interface ShadowsAdapter
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ShadowsAdapter.ShadowActivityAdapter |
static interface |
ShadowsAdapter.ShadowApplicationAdapter |
static interface |
ShadowsAdapter.ShadowLooperAdapter |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(android.app.Application application,
org.robolectric.manifest.AndroidManifest appManifest,
org.robolectric.res.ResourceLoader resourceLoader) |
ShadowsAdapter.ShadowApplicationAdapter |
getApplicationAdapter(android.app.Activity component) |
Scheduler |
getBackgroundScheduler() |
ShadowsAdapter.ShadowLooperAdapter |
getMainLooper() |
org.robolectric.res.ResourceLoader |
getResourceLoader() |
ShadowsAdapter.ShadowActivityAdapter |
getShadowActivityAdapter(android.app.Activity component) |
String |
getShadowActivityThreadClassName() |
String |
getShadowContextImplClassName() |
void |
overrideQualifiers(android.content.res.Configuration configuration,
String qualifiers) |
void |
prepareShadowApplicationWithExistingApplication(android.app.Application application) |
void |
setAssetsQualifiers(android.content.res.AssetManager assets,
String qualifiers) |
void |
setPackageName(android.app.Application application,
String packageName) |
void |
setSystemResources(org.robolectric.res.ResourceLoader systemResourceLoader) |
void |
setupLogging() |
Scheduler getBackgroundScheduler()
ShadowsAdapter.ShadowActivityAdapter getShadowActivityAdapter(android.app.Activity component)
ShadowsAdapter.ShadowLooperAdapter getMainLooper()
String getShadowActivityThreadClassName()
void prepareShadowApplicationWithExistingApplication(android.app.Application application)
ShadowsAdapter.ShadowApplicationAdapter getApplicationAdapter(android.app.Activity component)
void setupLogging()
String getShadowContextImplClassName()
void setSystemResources(org.robolectric.res.ResourceLoader systemResourceLoader)
void overrideQualifiers(android.content.res.Configuration configuration,
String qualifiers)
void bind(android.app.Application application,
org.robolectric.manifest.AndroidManifest appManifest,
org.robolectric.res.ResourceLoader resourceLoader)
void setPackageName(android.app.Application application,
String packageName)
void setAssetsQualifiers(android.content.res.AssetManager assets,
String qualifiers)
org.robolectric.res.ResourceLoader getResourceLoader()
Copyright © 2015. All rights reserved.