Searched refs:mdt (Results 1 – 1 of 1) sorted by relevance
1002 MinguoDate mdt = MinguoDate.of(100, 6, 30); in test_fieldResolvesToChronoLocalDate_overrideChrono_matches() local1003 …DateTimeFormatter f = new DateTimeFormatterBuilder().appendValue(new ResolvingField(mdt)).toFormat… in test_fieldResolvesToChronoLocalDate_overrideChrono_matches()1006 assertEquals(accessor.query(TemporalQueries.localDate()), LocalDate.from(mdt)); in test_fieldResolvesToChronoLocalDate_overrideChrono_matches()1039 MinguoDate mdt = MinguoDate.of(100, 6, 30); in test_fieldResolvesToChronoLocalDateTime_overrideChrono_matches() local1040 …DateTimeFormatter f = new DateTimeFormatterBuilder().appendValue(new ResolvingField(mdt.atTime(Loc… in test_fieldResolvesToChronoLocalDateTime_overrideChrono_matches()1043 assertEquals(accessor.query(TemporalQueries.localDate()), LocalDate.from(mdt)); in test_fieldResolvesToChronoLocalDateTime_overrideChrono_matches()1077 MinguoDate mdt = MinguoDate.of(100, 6, 30); in test_fieldResolvesToChronoZonedDateTime_overrideChrono_matches() local1078 ChronoZonedDateTime<MinguoDate> mzdt = mdt.atTime(LocalTime.NOON).atZone(EUROPE_PARIS); in test_fieldResolvesToChronoZonedDateTime_overrideChrono_matches()1082 assertEquals(accessor.query(TemporalQueries.localDate()), LocalDate.from(mdt)); in test_fieldResolvesToChronoZonedDateTime_overrideChrono_matches()