Searched refs:popLastArgumentMatchers (Results 1 – 1 of 1) sorted by relevance
68 stack.push(new And(popLastArgumentMatchers(count))); in reportAnd()74 stack.push(new Not(popLastArgumentMatchers(1).get(0))); in reportNot()77 private static List<IArgumentMatcher> popLastArgumentMatchers(int count) { in popLastArgumentMatchers() method in LastControl100 stack.push(new Or(popLastArgumentMatchers(count))); in reportOr()