Uses of Interface
org.spockframework.mock.IMockInvocation
Packages that use IMockInvocation
Package
Description
Spock's built-in mocking framework.
-
Uses of IMockInvocation in org.spockframework.mock
Methods in org.spockframework.mock that return IMockInvocationMethods in org.spockframework.mock that return types with arguments of type IMockInvocationModifier and TypeMethodDescriptionIMockInteraction.getAcceptedInvocations()TooManyInvocationsError.getAcceptedInvocations()Methods in org.spockframework.mock with parameters of type IMockInvocationModifier and TypeMethodDescriptionDefaultFinalizeInteraction.accept(IMockInvocation invocation) IMockInteraction.accept(IMockInvocation invocation) voidDefaultJavaLangObjectInteractions.addUnmatchedInvocation(IMockInvocation invocation) voidIInteractionScope.addUnmatchedInvocation(IMockInvocation invocation) intIMockInteraction.computeSimilarityScore(IMockInvocation invocation) IMockController.handle(IMockInvocation invocation) booleanIInvocationConstraint.isSatisfiedBy(IMockInvocation invocation) DefaultJavaLangObjectInteractions.match(IMockInvocation invocation) IInteractionScope.match(IMockInvocation invocation) booleanDefaultFinalizeInteraction.matches(IMockInvocation invocation) booleanIMockInteraction.matches(IMockInvocation invocation) CallRealMethodResponse.respond(IMockInvocation invocation) EmptyOrDummyResponse.respond(IMockInvocation invocation) IResponseGenerator.respond(IMockInvocation invocation) ZeroOrNullResponse.respond(IMockInvocation invocation) Constructors in org.spockframework.mock with parameters of type IMockInvocationModifierConstructorDescriptionWrongInvocationOrderError(IMockInteraction interaction, IMockInvocation lastInvocation) Constructor parameters in org.spockframework.mock with type arguments of type IMockInvocationModifierConstructorDescriptionTooManyInvocationsError(IMockInteraction interaction, List<IMockInvocation> acceptedInvocations) -
Uses of IMockInvocation in org.spockframework.mock.constraint
Methods in org.spockframework.mock.constraint with parameters of type IMockInvocationModifier and TypeMethodDescriptionbooleanEqualMethodNameConstraint.isSatisfiedBy(IMockInvocation invocation) booleanEqualPropertyNameConstraint.isSatisfiedBy(IMockInvocation invocation) booleanNamedArgumentListConstraint.isSatisfiedBy(IMockInvocation invocation) booleanPositionalArgumentListConstraint.isSatisfiedBy(IMockInvocation invocation) booleanRegexMethodNameConstraint.isSatisfiedBy(IMockInvocation invocation) booleanRegexPropertyNameConstraint.isSatisfiedBy(IMockInvocation invocation) booleanTargetConstraint.isSatisfiedBy(IMockInvocation invocation) booleanWildcardMethodNameConstraint.isSatisfiedBy(IMockInvocation invocation) -
Uses of IMockInvocation in org.spockframework.mock.response
Methods in org.spockframework.mock.response with parameters of type IMockInvocationModifier and TypeMethodDescriptionCodeResponseGenerator.doRespond(IMockInvocation invocation) ConstantResponseGenerator.doRespond(IMockInvocation invocation) abstract ObjectSingleResponseGenerator.doRespond(IMockInvocation invocation) WildcardResponseGenerator.doRespond(IMockInvocation invocation) DefaultResponseGenerator.respond(IMockInvocation invocation) IterableResponseGenerator.respond(IMockInvocation invocation) ResponseGeneratorChain.respond(IMockInvocation invocation) final ObjectSingleResponseGenerator.respond(IMockInvocation invocation) -
Uses of IMockInvocation in org.spockframework.mock.runtime
Classes in org.spockframework.mock.runtime that implement IMockInvocationMethods in org.spockframework.mock.runtime that return types with arguments of type IMockInvocationModifier and TypeMethodDescriptionMockInteraction.getAcceptedInvocations()MockInteractionDecorator.getAcceptedInvocations()Methods in org.spockframework.mock.runtime with parameters of type IMockInvocationModifier and TypeMethodDescriptionMockInteraction.accept(IMockInvocation invocation) MockInteractionDecorator.accept(IMockInvocation invocation) voidInteractionScope.addUnmatchedInvocation(IMockInvocation invocation) intMockInteraction.computeSimilarityScore(IMockInvocation invocation) intMockInteractionDecorator.computeSimilarityScore(IMockInvocation invocation) MockController.handle(IMockInvocation invocation) InteractionScope.match(IMockInvocation invocation) booleanMockInteraction.matches(IMockInvocation invocation) booleanMockInteractionDecorator.matches(IMockInvocation invocation) CglibRealMethodInvoker.respond(IMockInvocation invocation) FailingRealMethodInvoker.respond(IMockInvocation invocation) GroovyRealMethodInvoker.respond(IMockInvocation invocation) Constructors in org.spockframework.mock.runtime with parameters of type IMockInvocation