@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, wait
getShadowPickerMap
public static ShadowAndroidHttpClient shadowOf(AndroidHttpClient actual)
public static ShadowDefaultRequestDirector shadowOf(org.apache.http.impl.client.DefaultRequestDirector actual)
public void reset()
ShadowProvider
Reset the static state of all shadows provided by this package.
reset
in interface ShadowProvider
public Map<String,String> getShadowMap()
ShadowProvider
Return the mapping of class name to shadow name.
getShadowMap
in interface ShadowProvider
public String[] getProvidedPackageNames()
ShadowProvider
Array of Java package names that are shadowed by this package.
getProvidedPackageNames
in interface ShadowProvider