org.spockframework.mock
Interface IMockInteraction

All Known Implementing Classes:
DefaultEqualsInteraction, DefaultHashCodeInteraction, DefaultInteraction, DefaultStubbedInteraction, DefaultToStringInteraction, MockInteraction, MockInteractionDecorator

public interface IMockInteraction

An anticipated interaction between the SUT and one or more mock objects.

Author:
Peter Niederwieser

Method Summary
 java.lang.Object accept(IMockInvocation invocation)
           
 int getColumn()
           
 int getLine()
           
 java.lang.String getText()
           
 boolean isExhausted()
           
 boolean isSatisfied()
           
 boolean matches(IMockInvocation invocation)
           
 

Method Detail

getLine

int getLine()

getColumn

int getColumn()

getText

java.lang.String getText()

matches

boolean matches(IMockInvocation invocation)

accept

java.lang.Object accept(IMockInvocation invocation)

isSatisfied

boolean isSatisfied()

isExhausted

boolean isExhausted()


Copyright © 2013. All rights reserved