Searched refs:MOSCOW (Results 1 – 6 of 6) 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_Tick204 Clock changed = test.withZone(MOSCOW); in test_withZone()206 assertEquals(changed.getZone(), MOSCOW); in test_withZone() local229 Clock c = Clock.tick(Clock.system(MOSCOW), Duration.ofMillis(500)); in test__equals()246 Clock c = Clock.tick(Clock.system(MOSCOW), Duration.ofMillis(500)); in test_hashCode()
78 private static final ZoneId MOSCOW = ZoneId.of("Europe/Moscow"); field in TCKClock_System136 Clock changed = test.withZone(MOSCOW); in test_withZone()138 assertEquals(changed.getZone(), MOSCOW); in test_withZone() local
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