Home
last modified time | relevance | path

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

/external/mockito/src/main/java/org/mockito/internal/invocation/
DMatcherApplicationStrategy.java109 …cher<?>> appendLastMatcherNTimes(List<ArgumentMatcher<?>> matchers, int timesToAppendLastMatcher) { in appendLastMatcherNTimes() argument
113 for (int i = 0; i < timesToAppendLastMatcher; i++) { in appendLastMatcherNTimes()