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.java66 testStreamTooLarge(f, Stream::findFirst); in testRefStreamTooLarge()
75 testStreamTooLarge(f, IntStream::findFirst); in testIntStreamTooLarge()
84 testStreamTooLarge(f, LongStream::findFirst); in testLongStreamTooLarge()
93 testStreamTooLarge(f, DoubleStream::findFirst); in testDoubleStreamTooLarge()
96 <T, S extends BaseStream<T, S>> void testStreamTooLarge(Function<LongStream, S> s, in testStreamTooLarge() method in SortedOpTest