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 TypeMethodDescriptionIMockInteraction.accept
(IMockInvocation invocation) void
DefaultEqualsHashCodeToStringInteractions.addUnmatchedInvocation
(IMockInvocation invocation) void
IInteractionScope.addUnmatchedInvocation
(IMockInvocation invocation) int
IMockInteraction.computeSimilarityScore
(IMockInvocation invocation) IMockController.handle
(IMockInvocation invocation) boolean
IInvocationConstraint.isSatisfiedBy
(IMockInvocation invocation) DefaultEqualsHashCodeToStringInteractions.match
(IMockInvocation invocation) IInteractionScope.match
(IMockInvocation invocation) boolean
IMockInteraction.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 TypeMethodDescriptionboolean
EqualMethodNameConstraint.isSatisfiedBy
(IMockInvocation invocation) boolean
EqualPropertyNameConstraint.isSatisfiedBy
(IMockInvocation invocation) boolean
NamedArgumentListConstraint.isSatisfiedBy
(IMockInvocation invocation) boolean
PositionalArgumentListConstraint.isSatisfiedBy
(IMockInvocation invocation) boolean
RegexMethodNameConstraint.isSatisfiedBy
(IMockInvocation invocation) boolean
RegexPropertyNameConstraint.isSatisfiedBy
(IMockInvocation invocation) boolean
TargetConstraint.isSatisfiedBy
(IMockInvocation invocation) boolean
WildcardMethodNameConstraint.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 Object
SingleResponseGenerator.doRespond
(IMockInvocation invocation) WildcardResponseGenerator.doRespond
(IMockInvocation invocation) DefaultResponseGenerator.respond
(IMockInvocation invocation) IterableResponseGenerator.respond
(IMockInvocation invocation) ResponseGeneratorChain.respond
(IMockInvocation invocation) final Object
SingleResponseGenerator.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) void
InteractionScope.addUnmatchedInvocation
(IMockInvocation invocation) int
MockInteraction.computeSimilarityScore
(IMockInvocation invocation) int
MockInteractionDecorator.computeSimilarityScore
(IMockInvocation invocation) MockController.handle
(IMockInvocation invocation) InteractionScope.match
(IMockInvocation invocation) boolean
MockInteraction.matches
(IMockInvocation invocation) boolean
MockInteractionDecorator.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