Home
last modified time | relevance | path

Searched refs:assertValue (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/test/java/util/stream/Collectors/
DCollectorsTest.java87 abstract void assertValue(U value, in assertValue() method in CollectorsTest.CollectorAssertion
102 …void assertValue(R value, Supplier<Stream<T>> source, boolean ordered) throws ReflectiveOperationE… in assertValue() method in CollectorsTest.MappingAssertion
103 downstream.assertValue(value, in assertValue()
120 …void assertValue(R value, Supplier<Stream<T>> source, boolean ordered) throws ReflectiveOperationE… in assertValue() method in CollectorsTest.FlatMappingAssertion
121 downstream.assertValue(value, in assertValue()
137 …void assertValue(R value, Supplier<Stream<T>> source, boolean ordered) throws ReflectiveOperationE… in assertValue() method in CollectorsTest.FilteringAssertion
138 downstream.assertValue(value, in assertValue()
157 void assertValue(M map, in assertValue() method in CollectorsTest.GroupingByAssertion
165 downstream.assertValue(entry.getValue(), in assertValue()
189 …void assertValue(M map, Supplier<Stream<T>> source, boolean ordered) throws ReflectiveOperationExc… in assertValue() method in CollectorsTest.ToMapAssertion
[all …]
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DCollectorsTest.java84 abstract void assertValue(U value, in assertValue() method in CollectorsTest.CollectorAssertion
99 …void assertValue(R value, Supplier<Stream<T>> source, boolean ordered) throws ReflectiveOperationE… in assertValue() method in CollectorsTest.MappingAssertion
100 downstream.assertValue(value, in assertValue()
117 …void assertValue(R value, Supplier<Stream<T>> source, boolean ordered) throws ReflectiveOperationE… in assertValue() method in CollectorsTest.FlatMappingAssertion
118 downstream.assertValue(value, in assertValue()
134 …void assertValue(R value, Supplier<Stream<T>> source, boolean ordered) throws ReflectiveOperationE… in assertValue() method in CollectorsTest.FilteringAssertion
135 downstream.assertValue(value, in assertValue()
154 void assertValue(M map, in assertValue() method in CollectorsTest.GroupingByAssertion
162 downstream.assertValue(entry.getValue(), in assertValue()
186 …void assertValue(M map, Supplier<Stream<T>> source, boolean ordered) throws ReflectiveOperationExc… in assertValue() method in CollectorsTest.ToMapAssertion
[all …]
DTabulatorsTest.java76 abstract void assertValue(U value, in assertValue() method in TabulatorsTest.TabulationAssertion
95 void assertValue(M map, in assertValue() method in TabulatorsTest.GroupedMapAssertion
103 downstream.assertValue(entry.getValue(), in assertValue()
127 …void assertValue(M map, Supplier<Stream<T>> source, boolean ordered) throws ReflectiveOperationExc… in assertValue() method in TabulatorsTest.ToMapAssertion
153 void assertValue(Map<Boolean, D> map, in assertValue() method in TabulatorsTest.PartitionAssertion
159 downstream.assertValue(map.get(true), () -> source.get().filter(predicate), ordered); in assertValue()
160 … downstream.assertValue(map.get(false), () -> source.get().filter(predicate.negate()), ordered); in assertValue()
167 void assertValue(List<T> value, Supplier<Stream<T>> source, boolean ordered) in assertValue() method in TabulatorsTest.ListAssertion
193 void assertValue(Collection<T> value, Supplier<Stream<T>> source, boolean ordered) in assertValue() method in TabulatorsTest.CollectionAssertion
220 void assertValue(U value, Supplier<Stream<T>> source, boolean ordered) in assertValue() method in TabulatorsTest.ReduceAssertion
[all …]
/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java392 void assertValue(Integer expected) {
1427 for (IncFunction r : rs) r.assertValue(inc(v1)); in testThenApply_normalCompletion()
1529 for (NoopConsumer r : rs) r.assertValue(v1); in testThenAccept_normalCompletion()
1636 rs[1].assertValue(subtract(w1, w1)); in testThenCombine_normalCompletion()
1637 rs[3].assertValue(subtract(w1, w1)); in testThenCombine_normalCompletion()
1644 rs[0].assertValue(subtract(v1, v2)); in testThenCombine_normalCompletion()
1645 rs[2].assertValue(subtract(v1, v2)); in testThenCombine_normalCompletion()
1646 rs[4].assertValue(subtract(v1, v2)); in testThenCombine_normalCompletion()
1809 r1.assertValue(subtract(v1, v2)); in testThenAcceptBoth_normalCompletion()
1810 r2.assertValue(subtract(v1, v2)); in testThenAcceptBoth_normalCompletion()
[all …]
/libcore/ojluni/src/test/java/util/concurrent/tck/
DCompletableFutureTest.java417 void assertValue(Item expected) {
1550 for (IncFunction r : rs) r.assertValue(inc(v1)); in testThenApply_normalCompletion()
1652 for (NoopConsumer r : rs) r.assertValue(v1); in testThenAccept_normalCompletion()
1759 rs[1].assertValue(subtract(w1, w1)); in testThenCombine_normalCompletion()
1760 rs[3].assertValue(subtract(w1, w1)); in testThenCombine_normalCompletion()
1767 rs[0].assertValue(subtract(v1, v2)); in testThenCombine_normalCompletion()
1768 rs[2].assertValue(subtract(v1, v2)); in testThenCombine_normalCompletion()
1769 rs[4].assertValue(subtract(v1, v2)); in testThenCombine_normalCompletion()
1932 r1.assertValue(subtract(v1, v2)); in testThenAcceptBoth_normalCompletion()
1933 r2.assertValue(subtract(v1, v2)); in testThenAcceptBoth_normalCompletion()
[all …]