Searched refs:matchingInput (Results 1 – 1 of 1) sorted by relevance
201 List<T> matchingInput = new ArrayList<>(); in whileResultAsserter() local205 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() local231 matchingInput.add(t); in whileResultAsserter()246 assertTrue(matchingInput.containsAll(matchingOutput), in whileResultAsserter()