JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
io.opencensus.testing.common
TestClock
Uses of Class
io.opencensus.testing.common.TestClock
Packages that use
TestClock
Package
Description
io.opencensus.testing.common
Uses of
TestClock
in
io.opencensus.testing.common
Methods in
io.opencensus.testing.common
that return
TestClock
Modifier and Type
Method
Description
static
TestClock
TestClock.
create
()
Creates a clock initialized to a constant non-zero time.
static
TestClock
TestClock.
create
(
Timestamp
time)
Creates a clock with the given time.