Searched defs:hijrahDate (Results 1 – 1 of 1) sorted by relevance
384 public void test_toString(ChronoLocalDate hijrahDate, String expected) { in test_toString()568 public void test_toLocalDate(ChronoLocalDate hijrahDate, LocalDate iso) { in test_toLocalDate()574 public void test_adjust_toLocalDate(ChronoLocalDate hijrahDate, LocalDate iso) { in test_adjust_toLocalDate()575 assertEquals(hijrahDate.with(iso), hijrahDate); in test_adjust_toLocalDate() local580 public void test_fromCalendrical(ChronoLocalDate hijrahDate, LocalDate iso) { in test_fromCalendrical()581 assertEquals(HijrahChronology.INSTANCE.date(iso), hijrahDate); in test_fromCalendrical() local586 public void test_dayOfWeekEqualIsoDayOfWeek(ChronoLocalDate hijrahDate, LocalDate iso) { in test_dayOfWeekEqualIsoDayOfWeek()592 public void test_LocalDate_adjustToHijrahDate(ChronoLocalDate hijrahDate, LocalDate localDate) { in test_LocalDate_adjustToHijrahDate()599 …public void test_LocalDateTime_adjustToHijrahDate(ChronoLocalDate hijrahDate, LocalDate localDate)… in test_LocalDateTime_adjustToHijrahDate()