Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DWhileOpTest.java202 List<T> nonMatchingInput = new ArrayList<>(); in whileResultAsserter() local
207 nonMatchingInput.add(t); in whileResultAsserter()
220 for (T nonMatching : nonMatchingInput) { in whileResultAsserter()
228 List<T> nonMatchingInput = new ArrayList<>(); in whileResultAsserter() local
233 nonMatchingInput.add(t); in whileResultAsserter()
237 assertTrue(output.containsAll(nonMatchingInput), in whileResultAsserter()