Uses of Interface
com.google.api.client.util.Clock
Packages that use Clock
Package
Description
Beta
Testing utilities used for writing tests based on this library.
General utilities used throughout this library.
-
Uses of Clock in com.google.api.client.testing.http
Classes in com.google.api.client.testing.http that implement ClockModifier and TypeClassDescriptionclass
Beta
A thread-safe fixed time implementation of the Clock to be used for unit testing. -
Uses of Clock in com.google.api.client.util
Fields in com.google.api.client.util declared as ClockModifier and TypeFieldDescriptionstatic final Clock
Clock.SYSTEM
Provides the default System implementation of a Clock by usingSystem.currentTimeMillis()
.