Home
last modified time | relevance | path

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

/external/mockito/src/main/java/org/mockito/internal/invocation/
DInvocationsFinder.java141 private static class RemoveNotMatching implements Filter<Invocation> { class in InvocationsFinder
144 private RemoveNotMatching(MatchableInvocation wanted) { in RemoveNotMatching() method in InvocationsFinder.RemoveNotMatching