Home
last modified time | relevance | path

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

/external/mockito/src/main/java/org/mockito/internal/invocation/
DMatcherApplicationStrategy.java31 this.matchers = appendLastMatcherNTimes(matchers, times); in MatcherApplicationStrategy()
109 …private static List<ArgumentMatcher<?>> appendLastMatcherNTimes(List<ArgumentMatcher<?>> matchers,… in appendLastMatcherNTimes() method in MatcherApplicationStrategy