public class MockInteraction extends java.lang.Object implements IMockInteraction
| Constructor and Description |
|---|
MockInteraction(int line,
int column,
java.lang.String text,
int minCount,
int maxCount,
java.util.List<IInvocationConstraint> matchers,
IResultGenerator resultGenerator) |
| 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) |
java.lang.String |
toString() |
public MockInteraction(int line,
int column,
java.lang.String text,
int minCount,
int maxCount,
java.util.List<IInvocationConstraint> matchers,
IResultGenerator resultGenerator)
public boolean matches(IMockInvocation invocation)
matches in interface IMockInteractionpublic java.lang.Object accept(IMockInvocation invocation)
accept in interface IMockInteractionpublic boolean isSatisfied()
isSatisfied in interface IMockInteractionpublic boolean isExhausted()
isExhausted in interface IMockInteractionpublic int getLine()
getLine in interface IMockInteractionpublic int getColumn()
getColumn in interface IMockInteractionpublic java.lang.String getText()
getText in interface IMockInteractionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2012. All rights reserved