public interface IMockInteraction
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
accept(IMockInvocation invocation) |
int |
getColumn() |
int |
getLine() |
java.lang.String |
getText() |
boolean |
isExhausted() |
boolean |
isSatisfied() |
boolean |
matches(IMockInvocation invocation) |
int getLine()
int getColumn()
java.lang.String getText()
boolean matches(IMockInvocation invocation)
java.lang.Object accept(IMockInvocation invocation)
boolean isSatisfied()
boolean isExhausted()
Copyright © 2012. All rights reserved