Searched defs:lastMatcher (Results 1 – 1 of 1) sorted by relevance
115 ArgumentMatcher<?> lastMatcher = lastMatcher(matchers); in appendLastMatcherNTimes() local130 private static ArgumentMatcher<?> lastMatcher(List<ArgumentMatcher<?>> matchers) { in lastMatcher() method in MatcherApplicationStrategy