Uses of Interface
org.spockframework.mock.IMockMethod
Packages that use IMockMethod
Package
Description
Spock's built-in mocking framework.
-
Uses of IMockMethod in org.spockframework.mock
Methods in org.spockframework.mock that return IMockMethod -
Uses of IMockMethod in org.spockframework.mock.runtime
Classes in org.spockframework.mock.runtime that implement IMockMethodMethods in org.spockframework.mock.runtime that return IMockMethodModifier and TypeMethodDescriptionDelegatingMockInvocation.getMethod()
MockInvocation.getMethod()
Constructors in org.spockframework.mock.runtime with parameters of type IMockMethodModifierConstructorDescriptionMockInvocation
(IMockObject mockObject, IMockMethod method, List<Object> arguments, IResponseGenerator realMethodInvoker)