Searched defs:ExpectedInvocation (Results 1 - 1 of 1) 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);

Completed in 133 milliseconds