org.spockframework.mock
Class DefaultStubbedInteraction

java.lang.Object
  extended by org.spockframework.mock.DefaultInteraction
      extended by org.spockframework.mock.DefaultStubbedInteraction
All Implemented Interfaces:
IMockInteraction

public class DefaultStubbedInteraction
extends DefaultInteraction


Field Summary
static DefaultStubbedInteraction INSTANCE
           
 
Method Summary
 Object accept(IMockInvocation invocation)
           
 String getText()
           
 boolean matches(IMockInvocation invocation)
           
 
Methods inherited from class org.spockframework.mock.DefaultInteraction
getColumn, getLine, isExhausted, isSatisfied
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final DefaultStubbedInteraction INSTANCE
Method Detail

getText

public String getText()

matches

public boolean matches(IMockInvocation invocation)

accept

public Object accept(IMockInvocation invocation)


Copyright © 2010. All Rights Reserved.