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 voidGuiceInterceptor. interceptInitializerMethod(IMethodInvocation invocation)voidGuiceInterceptor. 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 classMethodInvocationMethods in org.spockframework.runtime.extension with parameters of type IMethodInvocation Modifier and Type Method Description voidAbstractMethodInterceptor. intercept(IMethodInvocation invocation)voidIMethodInterceptor. intercept(IMethodInvocation invocation)voidAbstractMethodInterceptor. interceptCleanupMethod(IMethodInvocation invocation)voidAbstractMethodInterceptor. interceptCleanupSpecMethod(IMethodInvocation invocation)voidAbstractMethodInterceptor. interceptDataProcessorMethod(IMethodInvocation invocation)voidAbstractMethodInterceptor. interceptDataProviderMethod(IMethodInvocation invocation)voidAbstractMethodInterceptor. interceptFeatureExecution(IMethodInvocation invocation)voidAbstractMethodInterceptor. interceptFeatureMethod(IMethodInvocation invocation)voidAbstractMethodInterceptor. interceptInitializerMethod(IMethodInvocation invocation)voidAbstractMethodInterceptor. interceptIterationExecution(IMethodInvocation invocation)voidAbstractMethodInterceptor. interceptSetupMethod(IMethodInvocation invocation)voidAbstractMethodInterceptor. interceptSetupSpecMethod(IMethodInvocation invocation)voidAbstractMethodInterceptor. interceptSharedInitializerMethod(IMethodInvocation invocation)voidAbstractMethodInterceptor. 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.StatementAbstractRuleInterceptor. createBaseStatement(IMethodInvocation invocation)voidAutoCleanupInterceptor. intercept(IMethodInvocation invocation)voidClassRuleInterceptor. intercept(IMethodInvocation invocation)voidConfineMetaClassChangesInterceptor. intercept(IMethodInvocation invocation)voidFailsWithInterceptor. intercept(IMethodInvocation invocation)voidMethodRuleInterceptor. intercept(IMethodInvocation invocation)voidTestRuleInterceptor. intercept(IMethodInvocation invocation)voidTimeoutInterceptor. intercept(IMethodInvocation invocation)voidUseInterceptor. intercept(IMethodInvocation invocation)
-