Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DWhileOpTest.java241 List<T> matchingOutput = new ArrayList<>(); in whileResultAsserter() local
244 matchingOutput.add(i); in whileResultAsserter()
246 assertTrue(matchingInput.containsAll(matchingOutput), in whileResultAsserter()