Uses of Interface
org.spockframework.mock.IMockInteraction
Packages that use IMockInteraction
Package
Description
Spock's built-in mocking framework.
-
Uses of IMockInteraction in org.spockframework.mock
Classes in org.spockframework.mock that implement IMockInteractionMethods in org.spockframework.mock that return IMockInteractionModifier and TypeMethodDescriptionTooManyInvocationsError.getInteraction()WrongInvocationOrderError.getInteraction()DefaultJavaLangObjectInteractions.match(IMockInvocation invocation) IInteractionScope.match(IMockInvocation invocation) Methods in org.spockframework.mock with parameters of type IMockInteractionModifier and TypeMethodDescriptionvoidDefaultJavaLangObjectInteractions.addInteraction(IMockInteraction interaction) voidIInteractionScope.addInteraction(IMockInteraction interaction) booleanIMockObject.matches(Object target, IMockInteraction interaction) Tells whether this mock object matches the target of the specified interaction.voidIInteractionAware.setInteraction(IMockInteraction interaction) Constructors in org.spockframework.mock with parameters of type IMockInteractionModifierConstructorDescriptionTooManyInvocationsError(IMockInteraction interaction, List<IMockInvocation> acceptedInvocations) WrongInvocationOrderError(IMockInteraction interaction, IMockInvocation lastInvocation) Constructor parameters in org.spockframework.mock with type arguments of type IMockInteractionModifierConstructorDescriptionTooFewInvocationsError(List<IMockInteraction> interactions, List<IMockInvocation> unmatchedInvocations) -
Uses of IMockInteraction in org.spockframework.mock.constraint
Methods in org.spockframework.mock.constraint with parameters of type IMockInteractionModifier and TypeMethodDescriptionvoidTargetConstraint.setInteraction(IMockInteraction interaction) -
Uses of IMockInteraction in org.spockframework.mock.runtime
Classes in org.spockframework.mock.runtime that implement IMockInteractionModifier and TypeClassDescriptionclassAn anticipated interaction between the SUT and one or more mock objects.classFields in org.spockframework.mock.runtime declared as IMockInteractionModifier and TypeFieldDescriptionprotected final IMockInteractionMockInteractionDecorator.decoratedMethods in org.spockframework.mock.runtime that return IMockInteractionModifier and TypeMethodDescriptionInteractionBuilder.build()InteractionScope.match(IMockInvocation invocation) Methods in org.spockframework.mock.runtime with parameters of type IMockInteractionModifier and TypeMethodDescriptionvoidInteractionScope.addInteraction(IMockInteraction interaction) voidMockController.addInteraction(IMockInteraction interaction) booleanMockObject.matches(Object target, IMockInteraction interaction) Constructors in org.spockframework.mock.runtime with parameters of type IMockInteraction