Uses of Interface
org.spockframework.mock.IMockInteraction

Packages that use IMockInteraction
org.spockframework.mock   
 

Uses of IMockInteraction in org.spockframework.mock
 

Classes in org.spockframework.mock that implement IMockInteraction
 class DefaultEqualsInteraction
           
 class DefaultHashCodeInteraction
           
 class DefaultInteraction
           
 class DefaultStubbedInteraction
           
 class DefaultToStringInteraction
           
 class MockInteraction
          An anticipated interaction between the SUT and one or more mock objects.
 class MockInteractionDecorator
           
 

Fields in org.spockframework.mock declared as IMockInteraction
protected  IMockInteraction MockInteractionDecorator.decorated
           
 

Methods in org.spockframework.mock that return IMockInteraction
 IMockInteraction InteractionBuilder.build()
           
 IMockInteraction WrongInvocationOrderError.getInteraction()
           
 IMockInteraction TooManyInvocationsError.getInteraction()
           
 IMockInteraction InteractionScope.match(IMockInvocation invocation)
           
 IMockInteraction IInteractionScope.match(IMockInvocation invocation)
           
 IMockInteraction DefaultInteractionScope.match(IMockInvocation invocation)
           
 

Methods in org.spockframework.mock with parameters of type IMockInteraction
 void MockController.addInteraction(IMockInteraction interaction)
           
 void InteractionScope.addInteraction(IMockInteraction interaction)
           
 void IInteractionScope.addInteraction(IMockInteraction interaction)
           
 void DefaultInteractionScope.addInteraction(IMockInteraction interaction)
           
 

Constructors in org.spockframework.mock with parameters of type IMockInteraction
MockInteractionDecorator(IMockInteraction decorated)
           
TooManyInvocationsError(IMockInteraction interaction, IMockInvocation lastInvocation)
           
WrongInvocationOrderError(IMockInteraction interaction, IMockInvocation lastInvocation)
           
 

Constructor parameters in org.spockframework.mock with type arguments of type IMockInteraction
TooFewInvocationsError(java.util.List<IMockInteraction> interactions)
           
 



Copyright © 2013. All rights reserved