Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/
DMapTest.java81 public void testForEach() { in testForEach() method in MapTest
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DForEachOpTest.java57 public void testForEach() { in testForEach() method in ForEachOpTest
111 public void testForEach(String name, TestData.OfRef<Integer> data) {
DLongPrimitiveOpsTests.java64 public void testForEach() { in testForEach() method in LongPrimitiveOpsTests
DIntPrimitiveOpsTests.java64 public void testForEach() { in testForEach() method in IntPrimitiveOpsTests
/libcore/jsr166-tests/src/test/java/jsr166/
DCollection8Test.java48 public void testForEach() throws Throwable { in testForEach() method in Collection8Test
/libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/
DNodeTest.java120 public void testForEach(Integer[] array, Node<Integer> n) { in testForEach() method in NodeTest
DDoubleNodeTest.java142 public void testForEach(double[] array, Node.OfDouble n) { in testForEach() method in DoubleNodeTest
DIntNodeTest.java142 public void testForEach(int[] array, Node.OfInt n) { in testForEach() method in IntNodeTest
DLongNodeTest.java142 public void testForEach(long[] array, Node.OfLong n) { in testForEach() method in LongNodeTest
/libcore/luni/src/test/java/libcore/java/util/concurrent/
DConcurrentSkipListMapTest.java49 public void testForEach() { in testForEach() method in ConcurrentSkipListMapTest
DConcurrentHashMapTest.java265 public void testForEach() { in testForEach() method in ConcurrentHashMapTest
/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
DSpliteratorTestHelper.java160 testForEach(exp, supplier, boxingAdapter, asserter); in testSpliterator()
197 private static <T, S extends Spliterator<T>> void testForEach( in testForEach() method in SpliteratorTestHelper
/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
DSpliteratorTestHelper.java160 testForEach(exp, supplier, boxingAdapter, asserter); in testSpliterator()
197 private static <T, S extends Spliterator<T>> void testForEach( in testForEach() method in SpliteratorTestHelper
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DProviderTest.java204 public final void testForEach() { in testForEach() method in ProviderTest
/libcore/ojluni/src/test/java/util/concurrent/tck/
DCollection8Test.java708 public void testForEach() throws Throwable {
/libcore/expectations/
Dknownfailures.txt1479 "jsr166.Collection8Test#testForEach",