Searched refs:expectedDate (Results 1 – 5 of 5) sorted by relevance
/libcore/luni/src/test/java/libcore/java/security/cert/ |
D | X509CRLTest.java | 397 Date expectedDate = dates.get("lastUpdate"); in assertRsaCrlEntry() local 400 assertDateSlightlyBefore(expectedDate, rsaEntry.getRevocationDate()); in assertRsaCrlEntry() 415 Date expectedDate = dates.get("lastUpdate"); in assertDsaCrlEntry() local 418 assertDateSlightlyBefore(expectedDate, dsaEntry.getRevocationDate()); in assertDsaCrlEntry()
|
/libcore/ojluni/src/test/java/time/tck/java/time/format/ |
D | TCKDateTimeParseResolver.java | 283 public void test_resolveOneToDate(TemporalField field1, long value1, LocalDate expectedDate) { in test_resolveOneToDate() argument 288 assertEquals(accessor.query(TemporalQueries.localDate()), expectedDate); in test_resolveOneToDate() local 385 LocalDate expectedDate) { in test_resolveTwoToDate() argument 392 assertEquals(accessor.query(TemporalQueries.localDate()), expectedDate); in test_resolveTwoToDate() local 504 LocalDate expectedDate) { in test_resolveThreeToDate() argument 512 assertEquals(accessor.query(TemporalQueries.localDate()), expectedDate); in test_resolveThreeToDate() local 536 LocalDate expectedDate) { in test_resolveFourToDate() argument 545 assertEquals(accessor.query(TemporalQueries.localDate()), expectedDate); in test_resolveFourToDate() local 665 LocalDate expectedDate = LocalDate.of(2012, 6, 30).plus(excessPeriod); in test_resolveFourToDateTime() local 668 … assertEquals(accessor.query(TemporalQueries.localDate()), expectedDate, "ResolverStyle: " + s); in test_resolveFourToDateTime() local
|
/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/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()
|