org.spockframework.mock
Class DefaultInteraction

java.lang.Object
  extended by org.spockframework.mock.DefaultInteraction
All Implemented Interfaces:
IMockInteraction
Direct Known Subclasses:
DefaultEqualsInteraction, DefaultHashCodeInteraction, DefaultStubbedInteraction, DefaultToStringInteraction

public abstract class DefaultInteraction
extends java.lang.Object
implements IMockInteraction


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

DefaultInteraction

public DefaultInteraction()
Method Detail

getLine

public int getLine()
Specified by:
getLine in interface IMockInteraction

getColumn

public int getColumn()
Specified by:
getColumn in interface IMockInteraction

isSatisfied

public boolean isSatisfied()
Specified by:
isSatisfied in interface IMockInteraction

isExhausted

public boolean isExhausted()
Specified by:
isExhausted in interface IMockInteraction


Copyright © 2013. All rights reserved