org.robolectric:shadows-play-services
to your project.Class | Description |
---|---|
ShadowGoogleAuthUtil |
Calls to static method of
GoogleAuthUtil will be redirected to the provided
ShadowGoogleAuthUtil.GoogleAuthUtilImpl implementation. |
ShadowGoogleAuthUtil.GoogleAuthUtilImpl |
Class containing methods with same signatures of the static methods of
GoogleAuthUtil |
ShadowGooglePlayServicesUtil |
Calls to static method of
GooglePlayServicesUtil will be redirected to the provided
ShadowGooglePlayServicesUtil.GooglePlayServicesUtilImpl implementation. |
ShadowGooglePlayServicesUtil.GooglePlayServicesUtilImpl |
Class containing methods with same signatures of the static methods of
GooglePlayServicesUtil . |
Shadows |
Shadow mapper.
|