Package de.otto.edison.testsupport.util
Class TestClock
- java.lang.Object
-
- java.time.Clock
-
- de.otto.edison.testsupport.util.TestClock
-
public final class TestClock extends java.time.Clock
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.time.ZoneIdgetZone()java.time.Instantinstant()static TestClocknow()static TestClocknow(long millis)static TestClocknow(java.time.Clock clock)voidproceed(long amount, java.time.temporal.TemporalUnit unit)java.time.ClockwithZone(java.time.ZoneId zone)
-
-
-
Method Detail
-
now
public static TestClock now()
-
now
public static TestClock now(java.time.Clock clock)
-
now
public static TestClock now(long millis)
-
getZone
public java.time.ZoneId getZone()
- Specified by:
getZonein classjava.time.Clock
-
withZone
public java.time.Clock withZone(java.time.ZoneId zone)
- Specified by:
withZonein classjava.time.Clock
-
instant
public java.time.Instant instant()
- Specified by:
instantin classjava.time.Clock
-
proceed
public void proceed(long amount, java.time.temporal.TemporalUnit unit)
-
-