Uses of Class
com.google.api.client.testing.util.MockBackOff
-
Packages that use MockBackOff Package Description com.google.api.client.testing.util Beta
Testing utilities used for writing tests based on this library. -
-
Uses of MockBackOff in com.google.api.client.testing.util
Methods in com.google.api.client.testing.util that return MockBackOff Modifier and Type Method Description MockBackOffMockBackOff. setBackOffMillis(long backOffMillis)Sets the fixed back-off milliseconds (defaults to0).MockBackOffMockBackOff. setMaxTries(int maxTries)Sets the maximum number of tries before returningBackOff.STOP(defaults to10).
-