Package org.robolectric.shadows.gms
Shadows for the Google Play Services Library.
To use this in your project, add the artifact
org.robolectric:shadows-play-services
to your project.-
Class Summary Class Description ShadowGoogleAuthUtil Calls to static method ofGoogleAuthUtil
will be redirected to the providedShadowGoogleAuthUtil.GoogleAuthUtilImpl
implementation.ShadowGoogleAuthUtil.GoogleAuthUtilImpl Class containing methods with same signatures of the static methods ofGoogleAuthUtil
ShadowGooglePlayServicesUtil Calls to static method ofGooglePlayServicesUtil
will be redirected to the providedShadowGooglePlayServicesUtil.GooglePlayServicesUtilImpl
implementation.ShadowGooglePlayServicesUtil.GooglePlayServicesUtilImpl Class containing methods with same signatures of the static methods ofGooglePlayServicesUtil
.Shadows Shadow mapper.