Uses of Interface
org.spockframework.mock.IMockInteraction
-
Packages that use IMockInteraction Package Description org.spockframework.mock Spock's built-in mocking framework.org.spockframework.mock.constraint org.spockframework.mock.runtime -
-
Uses of IMockInteraction in org.spockframework.mock
Methods in org.spockframework.mock that return IMockInteraction Modifier and Type Method Description IMockInteractionTooManyInvocationsError. getInteraction()IMockInteractionWrongInvocationOrderError. getInteraction()IMockInteractionDefaultEqualsHashCodeToStringInteractions. match(IMockInvocation invocation)IMockInteractionIInteractionScope. match(IMockInvocation invocation)Methods in org.spockframework.mock with parameters of type IMockInteraction Modifier and Type Method Description voidDefaultEqualsHashCodeToStringInteractions. addInteraction(IMockInteraction interaction)voidIInteractionScope. addInteraction(IMockInteraction interaction)booleanIMockObject. matches(java.lang.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 IMockInteraction Constructor Description TooManyInvocationsError(IMockInteraction interaction, java.util.List<IMockInvocation> acceptedInvocations)WrongInvocationOrderError(IMockInteraction interaction, IMockInvocation lastInvocation)Constructor parameters in org.spockframework.mock with type arguments of type IMockInteraction Constructor Description TooFewInvocationsError(java.util.List<IMockInteraction> interactions, java.util.List<IMockInvocation> unmatchedInvocations) -
Uses of IMockInteraction in org.spockframework.mock.constraint
Methods in org.spockframework.mock.constraint with parameters of type IMockInteraction Modifier and Type Method Description voidTargetConstraint. setInteraction(IMockInteraction interaction) -
Uses of IMockInteraction in org.spockframework.mock.runtime
Classes in org.spockframework.mock.runtime that implement IMockInteraction Modifier and Type Class Description classMockInteractionAn anticipated interaction between the SUT and one or more mock objects.classMockInteractionDecoratorFields in org.spockframework.mock.runtime declared as IMockInteraction Modifier and Type Field Description protected IMockInteractionMockInteractionDecorator. decoratedMethods in org.spockframework.mock.runtime that return IMockInteraction Modifier and Type Method Description IMockInteractionInteractionBuilder. build()IMockInteractionInteractionScope. match(IMockInvocation invocation)Methods in org.spockframework.mock.runtime with parameters of type IMockInteraction Modifier and Type Method Description voidInteractionScope. addInteraction(IMockInteraction interaction)voidMockController. addInteraction(IMockInteraction interaction)booleanMockObject. matches(java.lang.Object target, IMockInteraction interaction)Constructors in org.spockframework.mock.runtime with parameters of type IMockInteraction Constructor Description MockInteractionDecorator(IMockInteraction decorated)
-