Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DSortedOpTest.java63 testStreamTooLarge(f, Stream::findFirst); in testRefStreamTooLarge()
72 testStreamTooLarge(f, IntStream::findFirst); in testIntStreamTooLarge()
81 testStreamTooLarge(f, LongStream::findFirst); in testLongStreamTooLarge()
90 testStreamTooLarge(f, DoubleStream::findFirst); in testDoubleStreamTooLarge()
93 <T, S extends BaseStream<T, S>> void testStreamTooLarge(Function<LongStream, S> s, in testStreamTooLarge() method in SortedOpTest