Searched refs:testDoubleSpliterator (Results 1 – 7 of 7) sorted by relevance
63 public void testDoubleSpliterator(String name, Supplier<Spliterator.OfDouble> supplier) { in testDoubleSpliterator() method in SpliteratorTest64 SpliteratorTestHelper.testDoubleSpliterator(supplier); in testDoubleSpliterator()
592 SpliteratorTestHelper.testDoubleSpliterator(() -> f.apply(data.stream()).spliterator()); in testDoubleSpliterators()599 … SpliteratorTestHelper.testDoubleSpliterator(() -> f.apply(data.parallelStream()).spliterator()); in testDoubleParSpliterators()
115 SpliteratorTestHelper.testDoubleSpliterator(() -> { in sliceSpliteratorDataProvider()174 SpliteratorTestHelper.testDoubleSpliterator(() -> { in sliceSpliteratorDataProvider()
314 public void testDoubleSpliterator(double[] array, SpinedBuffer.OfDouble sb) { in testDoubleSpliterator() method in SpinedBufferTest318 SpliteratorTestHelper.testDoubleSpliterator(sb::spliterator); in testDoubleSpliterator()
163 SpliteratorTestHelper.testDoubleSpliterator(n::spliterator); in testSpliterator()
122 public static void testDoubleSpliterator(Supplier<Spliterator.OfDouble> supplier) { in testDoubleSpliterator() method in SpliteratorTestHelper123 testDoubleSpliterator(supplier, defaultContentAsserter()); in testDoubleSpliterator()126 public static void testDoubleSpliterator(Supplier<Spliterator.OfDouble> supplier, in testDoubleSpliterator() method in SpliteratorTestHelper