Class GuiceyConfigurationHookInterceptor
- java.lang.Object
-
- org.spockframework.runtime.extension.AbstractMethodInterceptor
-
- ru.vyarus.dropwizard.guice.test.spock.ext.GuiceyConfigurationHookInterceptor
-
- All Implemented Interfaces:
org.spockframework.runtime.extension.IMethodInterceptor
@Deprecated public class GuiceyConfigurationHookInterceptor extends org.spockframework.runtime.extension.AbstractMethodInterceptorDeprecated.additional hooks may be declared in static test fieldsApply hooks according to spock lifecycle.- Since:
- 12.04.2018
-
-
Constructor Summary
Constructors Constructor Description GuiceyConfigurationHookInterceptor(java.util.List<ru.vyarus.dropwizard.guice.hook.GuiceyConfigurationHook> hooks)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidinterceptCleanupSpecMethod(org.spockframework.runtime.extension.IMethodInvocation invocation)Deprecated.voidinterceptSharedInitializerMethod(org.spockframework.runtime.extension.IMethodInvocation invocation)Deprecated.-
Methods inherited from class org.spockframework.runtime.extension.AbstractMethodInterceptor
intercept, interceptCleanupMethod, interceptDataProcessorMethod, interceptDataProviderMethod, interceptFeatureExecution, interceptFeatureMethod, interceptInitializerMethod, interceptIterationExecution, interceptSetupMethod, interceptSetupSpecMethod, interceptSpecExecution
-
-
-
-
Method Detail
-
interceptSharedInitializerMethod
public void interceptSharedInitializerMethod(org.spockframework.runtime.extension.IMethodInvocation invocation) throws java.lang.ThrowableDeprecated.- Overrides:
interceptSharedInitializerMethodin classorg.spockframework.runtime.extension.AbstractMethodInterceptor- Throws:
java.lang.Throwable
-
interceptCleanupSpecMethod
public void interceptCleanupSpecMethod(org.spockframework.runtime.extension.IMethodInvocation invocation) throws java.lang.ThrowableDeprecated.- Overrides:
interceptCleanupSpecMethodin classorg.spockframework.runtime.extension.AbstractMethodInterceptor- Throws:
java.lang.Throwable
-
-