Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DWhileOpTest.java201 List<T> matchingInput = new ArrayList<>(); in whileResultAsserter() local
205 matchingInput.add(t); in whileResultAsserter()
211 if (matchingInput.size() < input.size()) { in whileResultAsserter()
212 assertTrue(output.size() <= matchingInput.size(), in whileResultAsserter()
216 assertTrue(matchingInput.containsAll(output), in whileResultAsserter()
227 List<T> matchingInput = new ArrayList<>(); in whileResultAsserter() local
231 matchingInput.add(t); in whileResultAsserter()
246 assertTrue(matchingInput.containsAll(matchingOutput), in whileResultAsserter()