Searched defs:InvocationMatcher (Results 1 - 3 of 3) sorted by relevance

/external/mockito/src/org/mockito/internal/invocation/
H A DInvocationMatcher.java24 public class InvocationMatcher implements DescribedInvocation, CapturesArgumensFromInvocation, Serializable { class in inherits:DescribedInvocation,CapturesArgumensFromInvocation,Serializable
30 public InvocationMatcher(Invocation invocation, List<Matcher> matchers) { method in class:InvocationMatcher
39 public InvocationMatcher(Invocation invocation) { method in class:InvocationMatcher
148 public static List<InvocationMatcher> createFrom(List<Invocation> invocations) {
149 LinkedList<InvocationMatcher> out = new LinkedList<InvocationMatcher>();
152 out.add(new InvocationMatcher(i));
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/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 47 milliseconds