/libcore/ojluni/src/test/java/util/Collection/testlibrary/ |
D | CollectionAsserts.java | 123 public static<T> void assertContents(Iterable<T> actual, Iterable<T> expected) { in assertContents() method in CollectionAsserts 127 public static<T> void assertContents(Iterable<T> actual, Iterable<T> expected, String msg) { in assertContents() method in CollectionAsserts 131 public static<T> void assertContents(Iterator<T> actual, Iterator<T> expected) { in assertContents() method in CollectionAsserts 135 public static<T> void assertContents(Iterator<T> actual, Iterator<T> expected, String msg) { in assertContents() method in CollectionAsserts 165 public static<T> void assertContents(Iterator<T> actual, T... expected) { in assertContents() method in CollectionAsserts
|
/libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/ |
D | SliceSpliteratorTest.java | 51 … public void assertContents(Collection<T> actual, Collection<T> expected, boolean isOrdered) { in assertContents() method in SliceSpliteratorTest.UnorderedContentAsserter
|
/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/ |
D | LambdaTestHelpers.java | 277 public static<T> void assertContents(Iterable<T> actual, Iterable<T> expected) { in assertContents() method in LambdaTestHelpers 285 public static<T> void assertContents(Iterator<T> actual, Iterator<T> expected) { in assertContents() method in LambdaTestHelpers 291 public static<T> void assertContents(Iterator<T> actual, T... expected) { in assertContents() method in LambdaTestHelpers
|
D | SpliteratorTestHelper.java | 48 void assertContents(Collection<T> actual, Collection<T> expected, boolean isOrdered); in assertContents() method 607 …private static<T> void assertContents(Collection<T> actual, Collection<T> expected, boolean isOrde… in assertContents() method
|
/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/ |
D | LambdaTestHelpers.java | 278 public static<T> void assertContents(Iterable<T> actual, Iterable<T> expected) { in assertContents() method in LambdaTestHelpers 286 public static<T> void assertContents(Iterator<T> actual, Iterator<T> expected) { in assertContents() method in LambdaTestHelpers 292 public static<T> void assertContents(Iterator<T> actual, T... expected) { in assertContents() method in LambdaTestHelpers
|
D | SpliteratorTestHelper.java | 48 void assertContents(Collection<T> actual, Collection<T> expected, boolean isOrdered); in assertContents() method 607 …private static<T> void assertContents(Collection<T> actual, Collection<T> expected, boolean isOrde… in assertContents() method
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | FtpURLConnectionTest.java | 292 private static void assertContents(byte[] expectedContents, InputStream inputStream) in assertContents() method in FtpURLConnectionTest
|