@Generated(value="org.robolectric.annotation.processing.RobolectricProcessor") public class Shadows extends java.lang.Object implements ShadowProvider
Shadow mapper. Automatically generated by the Robolectric Annotation Processor.
| Constructor and Description | 
|---|
| Shadows() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String[] | getProvidedPackageNames()Array of Java package names that are shadowed by this package. | 
| java.util.Map<java.lang.String,java.lang.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 ShadowMultiDex | shadowOf(android.support.multidex.MultiDex actual) | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetShadowPickerMappublic static ShadowMultiDex shadowOf(android.support.multidex.MultiDex actual)
public void reset()
ShadowProviderReset the static state of all shadows provided by this package.
reset in interface ShadowProviderpublic java.util.Map<java.lang.String,java.lang.String> getShadowMap()
ShadowProviderReturn the mapping of class name to shadow name.
getShadowMap in interface ShadowProviderpublic java.lang.String[] getProvidedPackageNames()
ShadowProviderArray of Java package names that are shadowed by this package.
getProvidedPackageNames in interface ShadowProvider