Home
last modified time | relevance | path

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

/external/easymock/src/org/easymock/internal/
DLastControl.java68 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 LastControl
100 stack.push(new Or(popLastArgumentMatchers(count))); in reportOr()