Searched refs:MOSCOW (Results 1 – 5 of 5) sorted by relevance
80 private static final ZoneId MOSCOW = ZoneId.of("Europe/Moscow"); field in TCKClock_Offset113 Clock changed = test.withZone(MOSCOW); in test_withZone()115 assertEquals(changed.getZone(), MOSCOW); in test_withZone() local138 Clock c = Clock.offset(Clock.system(MOSCOW), OFFSET); in test_equals()155 Clock c = Clock.offset(Clock.system(MOSCOW), OFFSET); in test_hashCode()
79 private static final ZoneId MOSCOW = ZoneId.of("Europe/Moscow"); field in TCKClock_Fixed104 Clock changed = test.withZone(MOSCOW); in test_withZone()106 assertEquals(changed.getZone(), MOSCOW); in test_withZone() local
81 private static final ZoneId MOSCOW = ZoneId.of("Europe/Moscow"); field in TCKClock_Tick193 Clock changed = test.withZone(MOSCOW); in test_withZone()195 assertEquals(changed.getZone(), MOSCOW); in test_withZone() local218 Clock c = Clock.tick(Clock.system(MOSCOW), Duration.ofMillis(500)); in test__equals()235 Clock c = Clock.tick(Clock.system(MOSCOW), Duration.ofMillis(500)); in test_hashCode()
82 private static final ZoneId MOSCOW = ZoneId.of("Europe/Moscow"); field in TCKClockSerialization104 assertSerializable(Clock.tickMinutes(MOSCOW)); in test_tickClockSerializable()
80 private static final ZoneId MOSCOW = ZoneId.of("Europe/Moscow"); field in TestClock_Tick