Home
last modified time | relevance | path

Searched defs:asserter (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
DSpliteratorTestHelper.java64 ContentAsserter<Integer> asserter) { in testSpliterator()
73 ContentAsserter<Integer> asserter) { in testIntSpliterator()
100 ContentAsserter<Long> asserter) { in testLongSpliterator()
127 ContentAsserter<Double> asserter) { in testDoubleSpliterator()
151 ContentAsserter<T> asserter) { in testSpliterator()
201 ContentAsserter<T> asserter) { in testForEach()
231 ContentAsserter<T> asserter) { in testTryAdvance()
261 ContentAsserter<T> asserter) { in testMixedTryAdvanceForEach()
292 ContentAsserter<T> asserter) { in testMixedTraverseAndSplit()
359 ContentAsserter<T> asserter) { in testSplitOnce()
[all …]
DOpTestCase.java398 …Runnable asserter = () -> resultAsserter.assertResult(result, refResult, isStreamOrdered && test.i… in exercise() local
/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
DSpliteratorTestHelper.java64 ContentAsserter<Integer> asserter) { in testSpliterator()
73 ContentAsserter<Integer> asserter) { in testIntSpliterator()
100 ContentAsserter<Long> asserter) { in testLongSpliterator()
127 ContentAsserter<Double> asserter) { in testDoubleSpliterator()
151 ContentAsserter<T> asserter) { in testSpliterator()
201 ContentAsserter<T> asserter) { in testForEach()
231 ContentAsserter<T> asserter) { in testTryAdvance()
261 ContentAsserter<T> asserter) { in testMixedTryAdvanceForEach()
292 ContentAsserter<T> asserter) { in testMixedTraverseAndSplit()
359 ContentAsserter<T> asserter) { in testSplitOnce()
[all …]
DOpTestCase.java397 …Runnable asserter = () -> resultAsserter.assertResult(result, refResult, isStreamOrdered && test.i… in exercise() local
/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/
DSpliteratorTestHelper.java53 ContentAsserter<Integer> asserter) { in testSpliterator()
62 ContentAsserter<Integer> asserter) { in testIntSpliterator()
71 ContentAsserter<Long> asserter) { in testLongSpliterator()
80 ContentAsserter<Double> asserter) { in testDoubleSpliterator()
152 ContentAsserter<T> asserter) { in testSpliterator()
249 ContentAsserter<T> asserter) { in testForEach()
282 ContentAsserter<T> asserter) { in testTryAdvance()
312 ContentAsserter<T> asserter) { in testMixedTryAdvanceForEach()
343 ContentAsserter<T> asserter) { in testMixedTraverseAndSplit()
410 ContentAsserter<T> asserter) { in testSplitOnce()
[all …]
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/lang/invoke/
DSerializedLambdaTest.java62 …private<T> void assertSerial(T p, Consumer<T> asserter) throws IOException, ClassNotFoundException… in assertSerial()
73 private void assertNotSerial(Predicate<String> p, Consumer<Predicate<String>> asserter) in assertNotSerial()