Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/time/test/java/time/
DTestOffsetDateTime_instants.java122 doTest_factory_ofInstant_all(-2820, 2820); in factory_ofInstant_history()
127 doTest_factory_ofInstant_all(Year.MIN_VALUE, Year.MIN_VALUE + 420); in factory_ofInstant_minYear()
140 doTest_factory_ofInstant_all(Year.MAX_VALUE - 420, Year.MAX_VALUE); in factory_ofInstant_maxYear()
231 private void doTest_factory_ofInstant_all(long minYear, long maxYear) { in doTest_factory_ofInstant_all() method in TestOffsetDateTime_instants