Searched refs:nonMatchingInput (Results 1 – 1 of 1) sorted by relevance
202 List<T> nonMatchingInput = new ArrayList<>(); in whileResultAsserter() local207 nonMatchingInput.add(t); in whileResultAsserter()220 for (T nonMatching : nonMatchingInput) { in whileResultAsserter()228 List<T> nonMatchingInput = new ArrayList<>(); in whileResultAsserter() local233 nonMatchingInput.add(t); in whileResultAsserter()237 assertTrue(output.containsAll(nonMatchingInput), in whileResultAsserter()