Class Shadows
java.lang.Object
org.robolectric.shadows.httpclient.Shadows
- All Implemented Interfaces:
ShadowProvider
@Generated("org.robolectric.annotation.processing.RobolectricProcessor") public class Shadows extends Object implements ShadowProvider
Shadow mapper. Automatically generated by the Robolectric Annotation Processor.
-
Constructor Summary
Constructors Constructor Description Shadows() -
Method Summary
Modifier and Type Method 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.voidreset()Reset the static state of all shadows provided by this package.static ShadowAndroidHttpClientshadowOf(AndroidHttpClient actual)static ShadowDefaultRequestDirectorshadowOf(org.apache.http.impl.client.DefaultRequestDirector actual)
-
Constructor Details
-
Shadows
public Shadows()
-
-
Method Details
-
shadowOf
-
shadowOf
public static ShadowDefaultRequestDirector shadowOf(org.apache.http.impl.client.DefaultRequestDirector actual) -
reset
public void reset()Description copied from interface:ShadowProviderReset the static state of all shadows provided by this package.- Specified by:
resetin interfaceShadowProvider
-
getShadowMap
Description copied from interface:ShadowProviderReturn the mapping of class name to shadow name.- Specified by:
getShadowMapin interfaceShadowProvider- Returns:
- Shadow mapping.
-
getProvidedPackageNames
Description copied from interface:ShadowProviderArray of Java package names that are shadowed by this package.- Specified by:
getProvidedPackageNamesin interfaceShadowProvider- Returns:
- Array of Java package names.
-