Searched refs:matcherStack (Results 1 – 2 of 2) sorted by relevance
25 private final Stack<LocalizedMatcher> matcherStack = new Stack<LocalizedMatcher>(); field in ArgumentMatcherStorageImpl28 matcherStack.push(new LocalizedMatcher(matcher)); in reportMatcher()32 if (matcherStack.isEmpty()) { in pullLocalizedMatchers()67 if (!matcherStack.isEmpty()) { in validateState()74 matcherStack.clear(); in reset()78 if (matcherStack.isEmpty()) { in assertStateFor()81 if (matcherStack.size() < subMatchersCount) { in assertStateFor()88 return matcherStack.pop().getMatcher(); in popMatcher()92 ArrayList<LocalizedMatcher> lastMatchers = new ArrayList<LocalizedMatcher>(matcherStack); in resetStack()
250 …g additionalMatcherName, int expectedSubMatchersCount, Collection<LocalizedMatcher> matcherStack) { in incorrectUseOfAdditionalMatchers() argument255 … expectedSubMatchersCount + " sub matchers expected, " + matcherStack.size() + " recorded:", in incorrectUseOfAdditionalMatchers()256 locationsOf(matcherStack), in incorrectUseOfAdditionalMatchers()