Home
last modified time | relevance | path

Searched refs:test5M (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/test/java/time/test/java/time/
DTestPeriod.java99 Period test5M = Period.ofMonths(5); in test_hashCode() local
103 assertEquals(test5.hashCode() == test5M.hashCode(), false); in test_hashCode()
/libcore/ojluni/src/test/java/time/tck/java/time/
DTCKPeriod.java1222 Period test5M = Period.ofMonths(5); in test_hashCode() local