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 TypeMethodDescriptionvoidGuiceInterceptor.interceptInitializerMethod(IMethodInvocation invocation) voidGuiceInterceptor.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 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 IMethodInvocationModifier and TypeMethodDescriptionprotected 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) voidRestoreSystemPropertiesInterceptor.intercept(IMethodInvocation invocation) voidTestRuleInterceptor.intercept(IMethodInvocation invocation) voidTimeoutInterceptor.intercept(IMethodInvocation invocation) voidUseInterceptor.intercept(IMethodInvocation invocation)