Uses of Interface
org.spockframework.runtime.extension.IMethodInvocation
-
Packages that use IMethodInvocation Package Description org.spockframework.guice org.spockframework.runtime.extension org.spockframework.runtime.extension.builtin -
-
Uses of IMethodInvocation in org.spockframework.guice
Methods in org.spockframework.guice with parameters of type IMethodInvocation Modifier and Type Method Description void
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 IMethodInvocation Modifier and Type Class Description class
MethodInvocation
Methods in org.spockframework.runtime.extension with parameters of type IMethodInvocation Modifier and Type Method Description 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 IMethodInvocation Modifier and Type Method Description protected 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)
-