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 IMockMethodIMockInvocation. 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 classDynamicMockMethodclassStaticMockMethodMethods in org.spockframework.mock.runtime that return IMockMethod Modifier and Type Method Description IMockMethodDelegatingMockInvocation. getMethod()IMockMethodMockInvocation. 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)
-