Home
last modified time | relevance | path

Searched refs:hijrahDate (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/time/test/java/time/chrono/
DTestUmmAlQuraChronology.java384 public void test_toString(ChronoLocalDate hijrahDate, String expected) { in test_toString() argument
385 assertEquals(hijrahDate.toString(), expected); in test_toString()
568 public void test_toLocalDate(ChronoLocalDate hijrahDate, LocalDate iso) { in test_toLocalDate() argument
569 assertEquals(LocalDate.from(hijrahDate), iso); in test_toLocalDate()
574 public void test_adjust_toLocalDate(ChronoLocalDate hijrahDate, LocalDate iso) { in test_adjust_toLocalDate() argument
575 assertEquals(hijrahDate.with(iso), hijrahDate); in test_adjust_toLocalDate() local
580 public void test_fromCalendrical(ChronoLocalDate hijrahDate, LocalDate iso) { in test_fromCalendrical() argument
581 assertEquals(HijrahChronology.INSTANCE.date(iso), hijrahDate); in test_fromCalendrical() local
586 public void test_dayOfWeekEqualIsoDayOfWeek(ChronoLocalDate hijrahDate, LocalDate iso) { in test_dayOfWeekEqualIsoDayOfWeek() argument
587 …assertEquals(hijrahDate.get(ChronoField.DAY_OF_WEEK), iso.get(ChronoField.DAY_OF_WEEK), "Hijrah da… in test_dayOfWeekEqualIsoDayOfWeek()
[all …]