Class Hierarchy
- java.lang.Object
- org.spockframework.mock.runtime.CglibMockInterceptorAdapter (implements net.sf.cglib.proxy.MethodInterceptor)
- org.spockframework.mock.runtime.CglibRealMethodInvoker (implements org.spockframework.mock.IResponseGenerator)
- org.spockframework.mock.runtime.CompositeMockFactory (implements org.spockframework.mock.IMockFactory)
- groovy.lang.DelegatingMetaClass (implements groovy.lang.GroovyObject, groovy.lang.MetaClass, groovy.lang.MutableMetaClass)
- org.spockframework.mock.runtime.GroovyMockMetaClass
- org.spockframework.mock.runtime.DelegatingMockInvocation (implements org.spockframework.mock.IMockInvocation)
- org.spockframework.mock.runtime.DynamicMockMethod (implements org.spockframework.mock.IMockMethod)
- org.spockframework.mock.runtime.DynamicProxyMockInterceptorAdapter (implements java.lang.reflect.InvocationHandler)
- org.spockframework.mock.runtime.FailingRealMethodInvoker (implements org.spockframework.mock.IResponseGenerator)
- org.spockframework.mock.runtime.GroovyMockFactory (implements org.spockframework.mock.IMockFactory)
- org.spockframework.mock.runtime.GroovyMockInterceptor (implements org.spockframework.mock.runtime.IProxyBasedMockInterceptor)
- org.spockframework.mock.runtime.GroovyRealMethodInvoker (implements org.spockframework.mock.IResponseGenerator)
- org.spockframework.mock.runtime.InteractionBuilder
- org.spockframework.mock.runtime.InteractionScope (implements org.spockframework.mock.IInteractionScope)
- org.spockframework.mock.runtime.JavaMockFactory (implements org.spockframework.mock.IMockFactory)
- org.spockframework.mock.runtime.JavaMockInterceptor (implements org.spockframework.mock.runtime.IProxyBasedMockInterceptor)
- org.spockframework.mock.runtime.MockConfiguration (implements org.spockframework.mock.IMockConfiguration)
- org.spockframework.mock.runtime.MockController (implements org.spockframework.mock.IMockController)
- org.spockframework.mock.runtime.MockInstantiator
- org.spockframework.mock.runtime.MockInteraction (implements org.spockframework.mock.IMockInteraction)
- org.spockframework.mock.runtime.MockInteractionDecorator (implements org.spockframework.mock.IMockInteraction)
- org.spockframework.mock.runtime.MockInvocation (implements org.spockframework.mock.IMockInvocation)
- org.spockframework.mock.runtime.MockObject (implements org.spockframework.mock.IMockObject)
- org.spockframework.mock.runtime.ProxyBasedMockFactory
- org.spockframework.mock.runtime.StaticMockMethod (implements org.spockframework.mock.IMockMethod)
Interface Hierarchy
- org.spockframework.mock.runtime.IProxyBasedMockInterceptor