()
| 87 | } |
| 88 | |
| 89 | @Test |
| 90 | public void pulsedDays() { |
| 91 | AdjustableClock clock = |
| 92 | AdjustableClock.of(SystemClock.INSTANCE).withPulse(DAYS); |
| 93 | assertThat(clock.currentTime().getPosixTime() % 86400, is(0L)); |
| 94 | } |
| 95 | |
| 96 | } |
nothing calls this directly
no test coverage detected