Uses of Interface
org.spockframework.mock.IMockInvocation
-
Packages that use IMockInvocation Package Description org.spockframework.mock Spock's built-in mocking framework.org.spockframework.mock.constraint org.spockframework.mock.response org.spockframework.mock.runtime -
-
Uses of IMockInvocation in org.spockframework.mock
Methods in org.spockframework.mock that return IMockInvocation Modifier and Type Method Description IMockInvocationWrongInvocationOrderError. getLastInvocation()Methods in org.spockframework.mock that return types with arguments of type IMockInvocation Modifier and Type Method Description java.util.List<IMockInvocation>IMockInteraction. getAcceptedInvocations()java.util.List<IMockInvocation>TooManyInvocationsError. getAcceptedInvocations()Methods in org.spockframework.mock with parameters of type IMockInvocation Modifier and Type Method Description java.lang.ObjectIMockInteraction. accept(IMockInvocation invocation)voidDefaultEqualsHashCodeToStringInteractions. addUnmatchedInvocation(IMockInvocation invocation)voidIInteractionScope. addUnmatchedInvocation(IMockInvocation invocation)intIMockInteraction. computeSimilarityScore(IMockInvocation invocation)java.lang.ObjectIMockController. handle(IMockInvocation invocation)booleanIInvocationConstraint. isSatisfiedBy(IMockInvocation invocation)IMockInteractionDefaultEqualsHashCodeToStringInteractions. match(IMockInvocation invocation)IMockInteractionIInteractionScope. match(IMockInvocation invocation)booleanIMockInteraction. matches(IMockInvocation invocation)java.lang.ObjectCallRealMethodResponse. respond(IMockInvocation invocation)java.lang.ObjectEmptyOrDummyResponse. respond(IMockInvocation invocation)java.lang.ObjectIResponseGenerator. respond(IMockInvocation invocation)java.lang.ObjectZeroOrNullResponse. respond(IMockInvocation invocation)Constructors in org.spockframework.mock with parameters of type IMockInvocation Constructor Description WrongInvocationOrderError(IMockInteraction interaction, IMockInvocation lastInvocation)Constructor parameters in org.spockframework.mock with type arguments of type IMockInvocation Constructor Description TooManyInvocationsError(IMockInteraction interaction, java.util.List<IMockInvocation> acceptedInvocations) -
Uses of IMockInvocation in org.spockframework.mock.constraint
Methods in org.spockframework.mock.constraint with parameters of type IMockInvocation Modifier and Type Method Description booleanEqualMethodNameConstraint. 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 IMockInvocation Modifier and Type Method Description java.lang.ObjectCodeResponseGenerator. doRespond(IMockInvocation invocation)java.lang.ObjectConstantResponseGenerator. doRespond(IMockInvocation invocation)abstract java.lang.ObjectSingleResponseGenerator. doRespond(IMockInvocation invocation)java.lang.ObjectWildcardResponseGenerator. doRespond(IMockInvocation invocation)java.lang.ObjectDefaultResponseGenerator. respond(IMockInvocation invocation)java.lang.ObjectIterableResponseGenerator. respond(IMockInvocation invocation)java.lang.ObjectResponseGeneratorChain. respond(IMockInvocation invocation)java.lang.ObjectSingleResponseGenerator. respond(IMockInvocation invocation) -
Uses of IMockInvocation in org.spockframework.mock.runtime
Classes in org.spockframework.mock.runtime that implement IMockInvocation Modifier and Type Class Description classDelegatingMockInvocationclassMockInvocationMethods in org.spockframework.mock.runtime that return types with arguments of type IMockInvocation Modifier and Type Method Description java.util.List<IMockInvocation>MockInteraction. getAcceptedInvocations()java.util.List<IMockInvocation>MockInteractionDecorator. getAcceptedInvocations()Methods in org.spockframework.mock.runtime with parameters of type IMockInvocation Modifier and Type Method Description java.lang.ObjectMockInteraction. accept(IMockInvocation invocation)java.lang.ObjectMockInteractionDecorator. accept(IMockInvocation invocation)voidInteractionScope. addUnmatchedInvocation(IMockInvocation invocation)intMockInteraction. computeSimilarityScore(IMockInvocation invocation)intMockInteractionDecorator. computeSimilarityScore(IMockInvocation invocation)java.lang.ObjectMockController. handle(IMockInvocation invocation)IMockInteractionInteractionScope. match(IMockInvocation invocation)booleanMockInteraction. matches(IMockInvocation invocation)booleanMockInteractionDecorator. matches(IMockInvocation invocation)java.lang.ObjectCglibRealMethodInvoker. respond(IMockInvocation invocation)java.lang.ObjectFailingRealMethodInvoker. respond(IMockInvocation invocation)java.lang.ObjectGroovyRealMethodInvoker. respond(IMockInvocation invocation)Constructors in org.spockframework.mock.runtime with parameters of type IMockInvocation Constructor Description DelegatingMockInvocation(IMockInvocation delegate)
-