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 classGuiceInterceptorCreates 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 classAbstractMethodInterceptor -
Uses of IMethodInterceptor in org.spockframework.runtime.extension.builtin
Classes in org.spockframework.runtime.extension.builtin that implement IMethodInterceptor Modifier and Type Class Description classAbstractRuleInterceptorclassAutoCleanupInterceptorclassClassRuleInterceptorclassConfineMetaClassChangesInterceptorclassFailsWithInterceptorclassMethodRuleInterceptorclassTestRuleInterceptorclassTimeoutInterceptorTimes out a method invocation if it takes too long.classUseInterceptor -
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 voidFeatureInfo. addInterceptor(IMethodInterceptor interceptor)voidIInterceptable. addInterceptor(IMethodInterceptor interceptor)voidMethodInfo. addInterceptor(IMethodInterceptor interceptor)voidSpecInfo. addInterceptor(IMethodInterceptor interceptor)voidFeatureInfo. addIterationInterceptor(IMethodInterceptor interceptor)
-