Uses of Class
net.morimekta.testing.time.FakeClock
-
Packages that use FakeClock Package Description net.morimekta.testing.concurrent net.morimekta.testing.time -
-
Uses of FakeClock in net.morimekta.testing.concurrent
Constructors in net.morimekta.testing.concurrent with parameters of type FakeClock Constructor Description FakeScheduledExecutor(FakeClock clock)
-
Uses of FakeClock in net.morimekta.testing.time
Methods in net.morimekta.testing.time that return FakeClock Modifier and Type Method Description static FakeClock
FakeClock. forCurrentTimeMillis(long millis)
FakeClock
FakeClock. withZone(java.time.ZoneId zoneId)
-