Uses of Interface
org.spockframework.runtime.extension.IMethodInvocation
Packages that use IMethodInvocation
Package
Description
-
Uses of IMethodInvocation in org.spockframework.guice
Methods in org.spockframework.guice with parameters of type IMethodInvocationModifier and TypeMethodDescriptionvoid
GuiceInterceptor.interceptInitializerMethod
(IMethodInvocation invocation) void
GuiceInterceptor.interceptSharedInitializerMethod
(IMethodInvocation invocation) -
Uses of IMethodInvocation in org.spockframework.runtime.extension
Classes in org.spockframework.runtime.extension that implement IMethodInvocationMethods in org.spockframework.runtime.extension with parameters of type IMethodInvocationModifier and TypeMethodDescriptionfinal void
AbstractMethodInterceptor.intercept
(IMethodInvocation invocation) void
IMethodInterceptor.intercept
(IMethodInvocation invocation) void
AbstractMethodInterceptor.interceptCleanupMethod
(IMethodInvocation invocation) void
AbstractMethodInterceptor.interceptCleanupSpecMethod
(IMethodInvocation invocation) void
AbstractMethodInterceptor.interceptDataProcessorMethod
(IMethodInvocation invocation) void
AbstractMethodInterceptor.interceptDataProviderMethod
(IMethodInvocation invocation) void
AbstractMethodInterceptor.interceptFeatureExecution
(IMethodInvocation invocation) void
AbstractMethodInterceptor.interceptFeatureMethod
(IMethodInvocation invocation) void
AbstractMethodInterceptor.interceptInitializerMethod
(IMethodInvocation invocation) void
AbstractMethodInterceptor.interceptIterationExecution
(IMethodInvocation invocation) void
AbstractMethodInterceptor.interceptSetupMethod
(IMethodInvocation invocation) void
AbstractMethodInterceptor.interceptSetupSpecMethod
(IMethodInvocation invocation) void
AbstractMethodInterceptor.interceptSharedInitializerMethod
(IMethodInvocation invocation) void
AbstractMethodInterceptor.interceptSpecExecution
(IMethodInvocation invocation) -
Uses of IMethodInvocation in org.spockframework.runtime.extension.builtin
Methods in org.spockframework.runtime.extension.builtin with parameters of type IMethodInvocationModifier and TypeMethodDescriptionprotected org.junit.runners.model.Statement
AbstractRuleInterceptor.createBaseStatement
(IMethodInvocation invocation) void
AutoCleanupInterceptor.intercept
(IMethodInvocation invocation) void
ClassRuleInterceptor.intercept
(IMethodInvocation invocation) void
ConfineMetaClassChangesInterceptor.intercept
(IMethodInvocation invocation) void
FailsWithInterceptor.intercept
(IMethodInvocation invocation) void
MethodRuleInterceptor.intercept
(IMethodInvocation invocation) void
TestRuleInterceptor.intercept
(IMethodInvocation invocation) void
TimeoutInterceptor.intercept
(IMethodInvocation invocation) void
UseInterceptor.intercept
(IMethodInvocation invocation)