Uses of Interface
org.spockframework.runtime.extension.IMethodInterceptor
Packages that use IMethodInterceptor
Package
Description
-
Uses of IMethodInterceptor in org.spockframework.guice
Classes in org.spockframework.guice that implement IMethodInterceptorModifier and TypeClassDescriptionclass
Creates a Guice injector, and injects Guice-provided objects into specifications. -
Uses of IMethodInterceptor in org.spockframework.runtime.extension
Classes in org.spockframework.runtime.extension that implement IMethodInterceptor -
Uses of IMethodInterceptor in org.spockframework.runtime.extension.builtin
Classes in org.spockframework.runtime.extension.builtin that implement IMethodInterceptorModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
Times out a method invocation if it takes too long.class
-
Uses of IMethodInterceptor in org.spockframework.runtime.model
Methods in org.spockframework.runtime.model that return types with arguments of type IMethodInterceptorModifier and TypeMethodDescriptionFeatureInfo.getInterceptors()
IInterceptable.getInterceptors()
MethodInfo.getInterceptors()
SpecInfo.getInterceptors()
FeatureInfo.getIterationInterceptors()
Methods in org.spockframework.runtime.model with parameters of type IMethodInterceptorModifier and TypeMethodDescriptionvoid
FeatureInfo.addInterceptor
(IMethodInterceptor interceptor) void
IInterceptable.addInterceptor
(IMethodInterceptor interceptor) void
MethodInfo.addInterceptor
(IMethodInterceptor interceptor) void
SpecInfo.addInterceptor
(IMethodInterceptor interceptor) void
FeatureInfo.addIterationInterceptor
(IMethodInterceptor interceptor)