Searched refs:testForEach (Results 1 - 21 of 21) sorted by relevance

/openjdk10/jdk/test/java/util/stream/test/org/openjdk/tests/java/util/
H A DMapTest.java80 public void testForEach() { method in class:MapTest
/openjdk10/jdk/test/java/util/Map/
H A DFunctionalCMEs.java103 public void testForEach(Map<String,String> map, boolean ignored) { method in class:FunctionalCMEs
H A DDefaults.java130 public void testForEach(String description, Map<IntegerEnum, String> map) { method in class:Defaults
/openjdk10/jdk/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
H A DForEachOpTest.java43 public void testForEach() { method in class:ForEachOpTest
97 public void testForEach(String name, TestData.OfRef<Integer> data) { method in class:ForEachOpTest
H A DLongPrimitiveOpsTests.java72 public void testForEach() { method in class:LongPrimitiveOpsTests
H A DIntPrimitiveOpsTests.java72 public void testForEach() { method in class:IntPrimitiveOpsTests
/openjdk10/jdk/test/java/util/Spliterator/
H A DSpliteratorCollisions.java229 void testForEach(String description, method in class:SpliteratorCollisions
232 testForEach(exp, s, UnaryOperator.identity());
239 testForEach(exp, s, UnaryOperator.identity());
H A DSpliteratorFailFastTest.java146 public <T> void testForEach(String description, Supplier<Source<T>> ss) { method in class:SpliteratorFailFastTest
H A DSpliteratorLateBindingTest.java176 public <T> void testForEach(String description, Supplier<Source<T>> ss) { method in class:SpliteratorLateBindingTest
H A DSpliteratorTraversingAndSplittingTest.java674 public void testForEach(String description, Collection<Integer> exp, Supplier<Spliterator<Integer>> s) { method in class:SpliteratorTraversingAndSplittingTest
675 testForEach(exp, s, UnaryOperator.identity());
875 testForEach(exp, s, intBoxingConsumer());
1018 testForEach(exp, s, longBoxingConsumer());
1161 testForEach(exp, s, doubleBoxingConsumer());
/openjdk10/jdk/test/java/util/Collection/
H A DCollectionDefaults.java132 public void testForEach() { method in class:CollectionDefaults
/openjdk10/jdk/test/java/util/Collections/
H A DUnmodifiableMapEntrySet.java101 public void testForEach(String d, Supplier<Map<Integer, Integer>> ms) { method in class:UnmodifiableMapEntrySet
/openjdk10/jdk/test/java/util/stream/boottest/java.base/java/util/stream/
H A DDoubleNodeTest.java143 public void testForEach(double[] array, Node.OfDouble n) { method in class:DoubleNodeTest
H A DLongNodeTest.java143 public void testForEach(long[] array, Node.OfLong n) { method in class:LongNodeTest
H A DIntNodeTest.java143 public void testForEach(int[] array, Node.OfInt n) { method in class:IntNodeTest
H A DNodeTest.java121 public void testForEach(Integer[] array, Node<Integer> n) { method in class:NodeTest
/openjdk10/jdk/test/lib/testlibrary/bootlib/java.base/java/util/
H A DSpliteratorTestHelper.java160 testForEach(exp, supplier, boxingAdapter, asserter);
170 public static <T, S extends Spliterator<T>> void testForEach( method in class:SpliteratorTestHelper
174 testForEach(exp, supplier, boxingAdapter, defaultContentAsserter());
244 private static <T, S extends Spliterator<T>> void testForEach( method in class:SpliteratorTestHelper
/openjdk10/jdk/test/java/util/BitSet/stream/
H A DBitSetStreamTest.java177 testForEach(exp, s, intBoxingConsumer());
/openjdk10/jdk/test/java/util/Iterator/
H A DIteratorDefaults.java89 public void testForEach() throws Exception { method in class:IteratorDefaults
/openjdk10/jdk/test/java/util/List/
H A DListDefaults.java156 public void testForEach() { method in class:ListDefaults
/openjdk10/jdk/test/java/util/concurrent/tck/
H A DCollection8Test.java694 public void testForEach() throws Throwable { method in class:Collection8Test

Completed in 210 milliseconds