@Generated(value="org.robolectric.annotation.processing.RobolectricProcessor") public class Shadows extends Object implements ShadowProvider
Shadow mapper. Automatically generated by the Robolectric Annotation Processor.
| Constructor and Description |
|---|
Shadows() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getProvidedPackageNames()
Array of Java package names that are shadowed by this package.
|
Map<String,String> |
getShadowMap()
Return the mapping of class name to shadow name.
|
void |
reset()
Reset the static state of all shadows provided by this package.
|
static ShadowAndroidHttpClient |
shadowOf(AndroidHttpClient actual) |
static ShadowDefaultRequestDirector |
shadowOf(org.apache.http.impl.client.DefaultRequestDirector actual) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetShadowPickerMappublic static ShadowAndroidHttpClient shadowOf(AndroidHttpClient actual)
public static ShadowDefaultRequestDirector shadowOf(org.apache.http.impl.client.DefaultRequestDirector actual)
public void reset()
ShadowProviderReset the static state of all shadows provided by this package.
reset in interface ShadowProviderpublic Map<String,String> getShadowMap()
ShadowProviderReturn the mapping of class name to shadow name.
getShadowMap in interface ShadowProviderpublic String[] getProvidedPackageNames()
ShadowProviderArray of Java package names that are shadowed by this package.
getProvidedPackageNames in interface ShadowProvider