Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DTabulatorsTest.java143 static class PartitionAssertion<T, D> extends TabulationAssertion<T, Map<Boolean,D>> { class in TabulatorsTest
147 protected PartitionAssertion(Predicate<T> predicate, in PartitionAssertion() method in TabulatorsTest.PartitionAssertion
582 new PartitionAssertion<>(classifier, new ListAssertion<>()));
585 new PartitionAssertion<>(classifier, new ListAssertion<>()));
596 new PartitionAssertion<>(classifier,
597 … new PartitionAssertion(classifier2, new ListAssertion<>())));
602 new PartitionAssertion<>(classifier,