Uses of Class
com.google.api.client.testing.util.MockBackOff
Packages that use MockBackOff
-
Uses of MockBackOff in com.google.api.client.testing.util
Methods in com.google.api.client.testing.util that return MockBackOffModifier and TypeMethodDescriptionMockBackOff.setBackOffMillis
(long backOffMillis) Sets the fixed back-off milliseconds (defaults to0
).MockBackOff.setMaxTries
(int maxTries) Sets the maximum number of tries before returningBackOff.STOP
(defaults to10
).