Home
last modified time | relevance | path

Searched defs:assertValue (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/test/java/util/stream/Collectors/
DCollectorsTest.java85 abstract void assertValue(U value, in assertValue() method in CollectorsTest.CollectorAssertion
100 …void assertValue(R value, Supplier<Stream<T>> source, boolean ordered) throws ReflectiveOperationE… in assertValue() method in CollectorsTest.MappingAssertion
118 …void assertValue(R value, Supplier<Stream<T>> source, boolean ordered) throws ReflectiveOperationE… in assertValue() method in CollectorsTest.FlatMappingAssertion
135 …void assertValue(R value, Supplier<Stream<T>> source, boolean ordered) throws ReflectiveOperationE… in assertValue() method in CollectorsTest.FilteringAssertion
155 void assertValue(M map, in assertValue() method in CollectorsTest.GroupingByAssertion
187 …void assertValue(M map, Supplier<Stream<T>> source, boolean ordered) throws ReflectiveOperationExc… in assertValue() method in CollectorsTest.ToMapAssertion
214 void assertValue(Map<Boolean, D> map, in assertValue() method in CollectorsTest.PartitioningByAssertion
227 void assertValue(List<T> value, Supplier<Stream<T>> source, boolean ordered) in assertValue() method in CollectorsTest.ToListAssertion
252 void assertValue(Collection<T> value, Supplier<Stream<T>> source, boolean ordered) in assertValue() method in CollectorsTest.ToCollectionAssertion
279 void assertValue(U value, Supplier<Stream<T>> source, boolean ordered) in assertValue() method in CollectorsTest.ReducingAssertion
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DTabulatorsTest.java76 abstract void assertValue(U value, in assertValue() method in TabulatorsTest.TabulationAssertion
95 void assertValue(M map, in assertValue() method in TabulatorsTest.GroupedMapAssertion
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
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