Searched refs:expectedDate (Results 1 – 5 of 5) sorted by relevance
/libcore/luni/src/test/java/libcore/java/security/cert/ |
D | X509CRLTest.java | 392 Date expectedDate = dates.get("lastUpdate"); in assertRsaCrlEntry() local 395 assertDateSlightlyBefore(expectedDate, rsaEntry.getRevocationDate()); in assertRsaCrlEntry() 410 Date expectedDate = dates.get("lastUpdate"); in assertDsaCrlEntry() local 413 assertDateSlightlyBefore(expectedDate, dsaEntry.getRevocationDate()); in assertDsaCrlEntry()
|
/libcore/ojluni/src/test/java/time/test/java/time/chrono/ |
D | TestUmmAlQuraChronology.java | 667 …public void test_zonedDateTime(TemporalAccessor accessor, HijrahDate expectedDate, LocalTime expe… in test_zonedDateTime() argument 670 assertEquals(result.toLocalDate(), expectedDate); in test_zonedDateTime() local 671 assertEquals(HijrahDate.from(accessor), expectedDate); in test_zonedDateTime() local 719 …public void test_localDateTime(TemporalAccessor accessor, HijrahDate expectedDate, LocalTime expe… in test_localDateTime() argument 722 assertEquals(result.toLocalDate(), expectedDate); in test_localDateTime() local 723 assertEquals(HijrahDate.from(accessor), expectedDate); in test_localDateTime() local
|
/libcore/ojluni/src/test/java/time/tck/java/time/format/ |
D | TCKDateTimeParseResolver.java | 286 public void test_resolveOneToDate(TemporalField field1, long value1, LocalDate expectedDate) { in test_resolveOneToDate() argument 291 assertEquals(accessor.query(TemporalQueries.localDate()), expectedDate); in test_resolveOneToDate() local 388 LocalDate expectedDate) { in test_resolveTwoToDate() argument 395 assertEquals(accessor.query(TemporalQueries.localDate()), expectedDate); in test_resolveTwoToDate() local 507 LocalDate expectedDate) { in test_resolveThreeToDate() argument 515 assertEquals(accessor.query(TemporalQueries.localDate()), expectedDate); in test_resolveThreeToDate() local 539 LocalDate expectedDate) { in test_resolveFourToDate() argument 548 assertEquals(accessor.query(TemporalQueries.localDate()), expectedDate); in test_resolveFourToDate() local 668 LocalDate expectedDate = LocalDate.of(2012, 6, 30).plus(excessPeriod); in test_resolveFourToDateTime() local 671 … assertEquals(accessor.query(TemporalQueries.localDate()), expectedDate, "ResolverStyle: " + s); in test_resolveFourToDateTime() local
|
/libcore/ojluni/src/test/java/time/tck/java/time/chrono/ |
D | TCKMinguoChronology.java | 425 …public void test_localDateTime(TemporalAccessor accessor, MinguoDate expectedDate, LocalTime expe… in test_localDateTime() argument 428 assertEquals(result.toLocalDate(), expectedDate); in test_localDateTime() local 429 assertEquals(MinguoDate.from(accessor), expectedDate); in test_localDateTime() local 459 …public void test_zonedDateTime(TemporalAccessor accessor, MinguoDate expectedDate, LocalTime expe… in test_zonedDateTime() argument 462 assertEquals(result.toLocalDate(), expectedDate); in test_zonedDateTime() local 463 assertEquals(MinguoDate.from(accessor), expectedDate); in test_zonedDateTime() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
D | SimpleDateFormatTest.java | 785 private static void assertParse(String input, String pattern, Date expectedDate) in assertParse() argument 790 assertEquals("Invalid result '" + pattern + "'", expectedDate, date); in assertParse()
|