Uses of Class
com.google.common.testing.FakeTicker
Packages that use FakeTicker
-
Uses of FakeTicker in com.google.common.testing
Methods in com.google.common.testing that return FakeTickerModifier and TypeMethodDescriptionFakeTicker.advance
(long nanoseconds) Advances the ticker value bynanoseconds
.Advances the ticker value bytime
intimeUnit
.Advances the ticker value byduration
.FakeTicker.setAutoIncrementStep
(long autoIncrementStep, TimeUnit timeUnit) Sets the increment applied to the ticker whenever it is queried.FakeTicker.setAutoIncrementStep
(Duration autoIncrementStep) Sets the increment applied to the ticker whenever it is queried.