@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 ShadowGoogleApiAvailability |
shadowOf(com.google.android.gms.common.GoogleApiAvailability actual) |
static ShadowGoogleAuthUtil |
shadowOf(com.google.android.gms.auth.GoogleAuthUtil actual) |
static ShadowGooglePlayServicesUtil |
shadowOf(com.google.android.gms.common.GooglePlayServicesUtil actual) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getShadowPickerMap
public static ShadowGoogleAuthUtil shadowOf(com.google.android.gms.auth.GoogleAuthUtil actual)
public static ShadowGooglePlayServicesUtil shadowOf(com.google.android.gms.common.GooglePlayServicesUtil actual)
public static ShadowGoogleApiAvailability shadowOf(com.google.android.gms.common.GoogleApiAvailability 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