Searched refs:popLastArgumentMatchers (Results 1 – 5 of 5) sorted by relevance
54 And and = new And(popLastArgumentMatchers(TWO_SUB_MATCHERS)); in reportAnd()64 Or or = new Or(popLastArgumentMatchers(TWO_SUB_MATCHERS)); in reportOr()74 Not not = new Not(popLastArgumentMatchers(ONE_SUB_MATCHER).get(0)); in reportNot()84 private List<Matcher> popLastArgumentMatchers(int count) { in popLastArgumentMatchers() method in ArgumentMatcherStorageImpl
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()
META-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/ ...
META-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/ ...