Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/time/test/java/time/
DTestPeriod.java97 Period test5 = Period.ofDays(5); in test_hashCode() local
101 assertEquals(test5.hashCode() == test5.hashCode(), true); in test_hashCode()
102 assertEquals(test5.hashCode() == test6.hashCode(), false); in test_hashCode()
103 assertEquals(test5.hashCode() == test5M.hashCode(), false); in test_hashCode()
104 assertEquals(test5.hashCode() == test5Y.hashCode(), false); in test_hashCode()
/libcore/ojluni/src/test/java/time/tck/java/time/
DTCKPeriod.java1220 Period test5 = Period.ofDays(5); in test_hashCode() local
1224 assertEquals(test5.hashCode() == test5.hashCode(), true); in test_hashCode()
1225 assertEquals(test5.hashCode() == test6.hashCode(), false); in test_hashCode()
DTCKInstant.java2049 Instant test5 = Instant.ofEpochSecond(5L, 20);
2050 assertEquals(test5.equals(null), false);
2055 Instant test5 = Instant.ofEpochSecond(5L, 20);
2056 assertEquals(test5.equals(""), false);