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

/external/mockito/src/main/java/org/mockito/internal/invocation/
H A DInvocationsFinder.java24 return ListUtil.filter(invocations, new RemoveNotMatching(wanted));
29 return ListUtil.filter(unverified, new RemoveNotMatching(wanted));
141 private static class RemoveNotMatching implements Filter<Invocation> { class in class:InvocationsFinder
144 private RemoveNotMatching(MatchableInvocation wanted) { method in class:InvocationsFinder.RemoveNotMatching
/external/robolectric/v1/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 52 milliseconds