public interface IMockInteraction
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
accept(IMockInvocation invocation) |
int |
computeSimilarityScore(IMockInvocation invocation) |
java.util.List<IMockInvocation> |
getAcceptedInvocations() |
int |
getColumn() |
int |
getLine() |
java.lang.String |
getText() |
boolean |
isExhausted() |
boolean |
isRequired() |
boolean |
isSatisfied() |
boolean |
matches(IMockInvocation invocation) |
int getLine()
int getColumn()
java.lang.String getText()
boolean matches(IMockInvocation invocation)
java.lang.Object accept(IMockInvocation invocation)
java.util.List<IMockInvocation> getAcceptedInvocations()
int computeSimilarityScore(IMockInvocation invocation)
boolean isSatisfied()
boolean isExhausted()
boolean isRequired()
Copyright © 2013. All rights reserved