Searched defs:lastMatchers (Results 1 – 4 of 4) sorted by relevance
36 List<LocalizedMatcher> lastMatchers = resetStack(); in pullLocalizedMatchers() local68 List<LocalizedMatcher> lastMatchers = resetStack(); in validateState() local82 List<LocalizedMatcher> lastMatchers = resetStack(); in assertStateFor() local92 ArrayList<LocalizedMatcher> lastMatchers = new ArrayList<LocalizedMatcher>(matcherStack); in resetStack() local
24 List<LocalizedMatcher> lastMatchers = argumentMatcherStorage.pullLocalizedMatchers(); in bindMatchers() local34 private void validateMatchers(Invocation invocation, List<LocalizedMatcher> lastMatchers) { in validateMatchers()
75 List<IArgumentMatcher> lastMatchers = LastControl.pullMatchers(); in invoke() local
525 public static MockitoException misplacedArgumentMatcher(List<LocalizedMatcher> lastMatchers) { in misplacedArgumentMatcher()