Class ShadowGoogleAuthUtil

java.lang.Object
org.robolectric.shadows.gms.ShadowGoogleAuthUtil

@Implements(com.google.android.gms.auth.GoogleAuthUtil.class)
public class ShadowGoogleAuthUtil
extends Object
Calls to static method of GoogleAuthUtil will be redirected to the provided ShadowGoogleAuthUtil.GoogleAuthUtilImpl implementation. Use provideImpl(GoogleAuthUtilImpl) to set the implementation instance. By default, a ShadowGoogleAuthUtil.GoogleAuthUtilImpl is used in call redirection. Use mocks or subclassing ShadowGoogleAuthUtil.GoogleAuthUtilImpl to achieve desired behaviors.