Package | Description |
---|---|
com.google.api.client.testing.http |
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
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-2012 Google. All Rights Reserved.