|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.spockframework.mock.DefaultInteraction
public abstract class DefaultInteraction
Constructor Summary | |
---|---|
DefaultInteraction()
|
Method Summary | |
---|---|
int |
getColumn()
|
int |
getLine()
|
boolean |
isExhausted()
|
boolean |
isSatisfied()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.spockframework.mock.IMockInteraction |
---|
accept, getText, matches |
Constructor Detail |
---|
public DefaultInteraction()
Method Detail |
---|
public int getLine()
getLine
in interface IMockInteraction
public int getColumn()
getColumn
in interface IMockInteraction
public boolean isSatisfied()
isSatisfied
in interface IMockInteraction
public boolean isExhausted()
isExhausted
in interface IMockInteraction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |