Searched refs:test_until_TemporalUnit (Results 1 - 8 of 8) sorted by relevance

/libcore/ojluni/src/test/java/time/tck/java/time/
H A DTCKInstant.java1808 public void test_until_TemporalUnit(long seconds1, int nanos1, long seconds2, long nanos2, TemporalUnit unit, long expected) { method in class:TCKInstant
H A DTCKOffsetTime.java1098 public void test_until_TemporalUnit(OffsetTime offsetTime1, OffsetTime offsetTime2, TemporalUnit unit, long expected) { method in class:TCKOffsetTime
H A DTCKYear.java925 public void test_until_TemporalUnit(Year year1, Year year2, TemporalUnit unit, long expected) { method in class:TCKYear
H A DTCKYearMonth.java1249 public void test_until_TemporalUnit(YearMonth ym1, YearMonth ym2, TemporalUnit unit, long expected) { method in class:TCKYearMonth
H A DTCKLocalDate.java1730 public void test_until_TemporalUnit(LocalDate date1, LocalDate date2, TemporalUnit unit, long expected) { method in class:TCKLocalDate
H A DTCKLocalTime.java2303 public void test_until_TemporalUnit(LocalTime time1, LocalTime time2, TemporalUnit unit, long expected) { method in class:TCKLocalTime
H A DTCKOffsetDateTime.java1174 public void test_until_TemporalUnit(OffsetDateTime odt1, OffsetDateTime odt2, TemporalUnit unit, long expected) { method in class:TCKOffsetDateTime
H A DTCKLocalDateTime.java2899 public void test_until_TemporalUnit(LocalDateTime dt1, LocalDateTime dt2, TemporalUnit unit, long expected) { method in class:TCKLocalDateTime

Completed in 94 milliseconds