Package | Description |
---|---|
com.google.api.client.testing.http |
Beta Testing utilities used for writing tests based on this library. |
com.google.api.client.util |
General utilities used throughout this library.
|
Modifier and Type | Class and Description |
---|---|
class |
FixedClock
Beta A thread-safe fixed time implementation of the Clock to be used for unit testing. |
Modifier and Type | Field and Description |
---|---|
static Clock |
Clock.SYSTEM
Provides the default System implementation of a Clock by using
System.currentTimeMillis() . |
Copyright © 2011–2022 Google. All rights reserved.