Home
last modified time | relevance | path

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

/external/mockito/src/main/java/org/mockito/internal/invocation/
DInvocationsFinder.java24 return ListUtil.filter(invocations, new RemoveNotMatching(wanted)); in findInvocations()
29 return ListUtil.filter(unverified, new RemoveNotMatching(wanted)); in findAllMatchingUnverifiedChunks()
141 private static class RemoveNotMatching implements Filter<Invocation> { class in InvocationsFinder
144 private RemoveNotMatching(MatchableInvocation wanted) { in RemoveNotMatching() method in InvocationsFinder.RemoveNotMatching