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

/external/easymock/src/org/easymock/internal/
H A DExpectedInvocation.java27 public class ExpectedInvocation implements Serializable { class in inherits:Serializable
38 public ExpectedInvocation(Invocation invocation, method in class:ExpectedInvocation
43 private ExpectedInvocation(Invocation invocation, method in class:ExpectedInvocation
75 ExpectedInvocation other = (ExpectedInvocation) o;
131 public ExpectedInvocation withMatcher(@SuppressWarnings("deprecation")
133 return new ExpectedInvocation(invocation, null, matcher);
/external/guice/lib/build/
H A Deasymock.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/easymock/ org/easymock/AbstractMatcher.class AbstractMatcher. ...
/external/guice/extensions/persist/lib/
H A Deasymock.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/easymock/ org/easymock/AbstractMatcher.class AbstractMatcher. ...

Completed in 76 milliseconds