Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/time/tck/java/time/
DTCKLocalTime.java816 private long[] testPoints(long max) { in testPoints() method in TCKLocalTime
834 for (long i : testPoints(1_000_000_000L)) { in test_with_longTemporalField_nanoOfSecond()
847 for (long i : testPoints(86_400_000_000_000L)) { in test_with_longTemporalField_nanoOfDay()
858 for (long i : testPoints(1_000_000L)) { in test_with_longTemporalField_microOfSecond()
872 for (long i : testPoints(86_400_000_000L)) { in test_with_longTemporalField_microOfDay()
883 for (long i : testPoints(1_000L)) { in test_with_longTemporalField_milliOfSecond()
897 for (long i : testPoints(86_400_000L)) { in test_with_longTemporalField_milliOfDay()
907 for (long i : testPoints(60L)) { in test_with_longTemporalField_secondOfMinute()
920 for (long i : testPoints(24 * 60 * 60)) { in test_with_longTemporalField_secondOfDay()
931 for (long i : testPoints(60)) { in test_with_longTemporalField_minuteOfHour()
[all …]