Home
last modified time | relevance | path

Searched defs:lastMatcher (Results 1 – 1 of 1) sorted by relevance

/external/mockito/src/main/java/org/mockito/internal/invocation/
DMatcherApplicationStrategy.java115 ArgumentMatcher<?> lastMatcher = lastMatcher(matchers); in appendLastMatcherNTimes() local
130 private static ArgumentMatcher<?> lastMatcher(List<ArgumentMatcher<?>> matchers) { in lastMatcher() method in MatcherApplicationStrategy