Uses of Interface
org.spockframework.mock.IMockMethod
-
Packages that use IMockMethod Package Description org.spockframework.mock Spock's built-in mocking framework.org.spockframework.mock.runtime -
-
Uses of IMockMethod in org.spockframework.mock
Methods in org.spockframework.mock that return IMockMethod Modifier and Type Method Description IMockMethod
IMockInvocation. getMethod()
The invoked method. -
Uses of IMockMethod in org.spockframework.mock.runtime
Classes in org.spockframework.mock.runtime that implement IMockMethod Modifier and Type Class Description class
DynamicMockMethod
class
StaticMockMethod
Methods in org.spockframework.mock.runtime that return IMockMethod Modifier and Type Method Description IMockMethod
DelegatingMockInvocation. getMethod()
IMockMethod
MockInvocation. getMethod()
Constructors in org.spockframework.mock.runtime with parameters of type IMockMethod Constructor Description MockInvocation(IMockObject mockObject, IMockMethod method, java.util.List<java.lang.Object> arguments, IResponseGenerator realMethodInvoker)
-