Searched refs:test5 (Results 1 – 4 of 4) sorted by relevance
/libcore/ojluni/src/test/java/time/test/java/time/ |
D | TestPeriod.java | 97 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/ |
D | TCKPeriod.java | 1220 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()
|
D | TCKInstant.java | 2049 Instant test5 = Instant.ofEpochSecond(5L, 20); 2050 assertEquals(test5.equals(null), false); 2055 Instant test5 = Instant.ofEpochSecond(5L, 20); 2056 assertEquals(test5.equals(""), false);
|
D | TCKDuration.java | 2543 Duration test5 = Duration.ofSeconds(5L, 20); in test_equals_null() local 2544 assertEquals(test5.equals(null), false); in test_equals_null() 2549 Duration test5 = Duration.ofSeconds(5L, 20); in test_equals_otherClass() local 2550 assertEquals(test5.equals(""), false); in test_equals_otherClass()
|