public final class TestingClock extends Clock
| Constructor and Description |
|---|
TestingClock() |
TestingClock(ZoneId zone) |
| Modifier and Type | Method and Description |
|---|---|
ZoneId |
getZone() |
void |
increment(long delta,
TimeUnit unit) |
Instant |
instant() |
Clock |
withZone(ZoneId zone) |
equals, fixed, hashCode, millis, offset, system, systemDefaultZone, systemUTC, tick, tickMinutes, tickSecondspublic TestingClock()
public TestingClock(ZoneId zone)
Copyright © 2010–2020 Airlift. All rights reserved.