Uses of Interface
org.spockframework.mock.runtime.IProxyBasedMockInterceptor
Packages that use IProxyBasedMockInterceptor
-
Uses of IProxyBasedMockInterceptor in org.spockframework.mock.runtime
Classes in org.spockframework.mock.runtime that implement IProxyBasedMockInterceptorMethods in org.spockframework.mock.runtime with parameters of type IProxyBasedMockInterceptorModifier and TypeMethodDescriptionProxyBasedMockFactory.create
(Class<?> mockType, List<Class<?>> additionalInterfaces, List<Object> constructorArgs, IProxyBasedMockInterceptor mockInterceptor, ClassLoader classLoader, boolean useObjenesis) Constructors in org.spockframework.mock.runtime with parameters of type IProxyBasedMockInterceptorModifierConstructorDescriptionCglibMockInterceptorAdapter
(IProxyBasedMockInterceptor interceptor)