Uses of Interface
org.spockframework.runtime.extension.IMethodInterceptor
-
Packages that use IMethodInterceptor Package Description org.spockframework.guice org.spockframework.runtime.extension org.spockframework.runtime.extension.builtin org.spockframework.runtime.model -
-
Uses of IMethodInterceptor in org.spockframework.guice
Classes in org.spockframework.guice that implement IMethodInterceptor Modifier and Type Class Description class
GuiceInterceptor
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 Modifier and Type Class Description class
AbstractMethodInterceptor
-
Uses of IMethodInterceptor in org.spockframework.runtime.extension.builtin
Classes in org.spockframework.runtime.extension.builtin that implement IMethodInterceptor Modifier and Type Class Description class
AbstractRuleInterceptor
class
AutoCleanupInterceptor
class
ClassRuleInterceptor
class
ConfineMetaClassChangesInterceptor
class
FailsWithInterceptor
class
MethodRuleInterceptor
class
TestRuleInterceptor
class
TimeoutInterceptor
Times out a method invocation if it takes too long.class
UseInterceptor
-
Uses of IMethodInterceptor in org.spockframework.runtime.model
Methods in org.spockframework.runtime.model that return types with arguments of type IMethodInterceptor Modifier and Type Method Description java.util.List<IMethodInterceptor>
FeatureInfo. getInterceptors()
java.util.List<IMethodInterceptor>
IInterceptable. getInterceptors()
java.util.List<IMethodInterceptor>
MethodInfo. getInterceptors()
java.util.List<IMethodInterceptor>
SpecInfo. getInterceptors()
java.util.List<IMethodInterceptor>
FeatureInfo. getIterationInterceptors()
Methods in org.spockframework.runtime.model with parameters of type IMethodInterceptor Modifier and Type Method Description void
FeatureInfo. addInterceptor(IMethodInterceptor interceptor)
void
IInterceptable. addInterceptor(IMethodInterceptor interceptor)
void
MethodInfo. addInterceptor(IMethodInterceptor interceptor)
void
SpecInfo. addInterceptor(IMethodInterceptor interceptor)
void
FeatureInfo. addIterationInterceptor(IMethodInterceptor interceptor)
-