| Class | Description | 
|---|---|
| ShadowGoogleAuthUtil | Calls to static method of  GoogleAuthUtilwill be redirected to the providedShadowGoogleAuthUtil.GoogleAuthUtilImplimplementation. | 
| ShadowGoogleAuthUtil.GoogleAuthUtilImpl | Class containing methods with same signatures of the static methods of  GoogleAuthUtil | 
| ShadowGooglePlayServicesUtil | Calls to static method of  GooglePlayServicesUtilwill be redirected to the providedShadowGooglePlayServicesUtil.GooglePlayServicesUtilImplimplementation. | 
| ShadowGooglePlayServicesUtil.GooglePlayServicesUtilImpl | Class containing methods with same signatures of the static methods of  GooglePlayServicesUtil. | 
| Shadows | Shadow mapper. | 
Shadows for the Google Play Services Library.
To use this in your project, add the artifact org.robolectric:shadows-play-services to your project.