Searched refs:MOCK_INSTANT (Results 1 – 1 of 1) sorted by relevance
115 private static final Clock MOCK_INSTANT = new MockInstantClock(INSTANT.toEpochMilli(), ZONE); field in TCKClock120 assertEquals(MOCK_INSTANT.instant(), INSTANT); in test_mockInstantClock_get()121 assertEquals(MOCK_INSTANT.millis(), INSTANT.toEpochMilli()); in test_mockInstantClock_get()122 assertEquals(MOCK_INSTANT.getZone(), ZONE); in test_mockInstantClock_get()128 Clock changed = MOCK_INSTANT.withZone(london); in test_mockInstantClock_withZone()129 assertEquals(MOCK_INSTANT.instant(), INSTANT); in test_mockInstantClock_withZone()130 assertEquals(MOCK_INSTANT.millis(), INSTANT.toEpochMilli()); in test_mockInstantClock_withZone()