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.AbstractMethodInterceptor
Deprecated.
additional hooks may be declared in static test fields
Apply hooks according to spock lifecycle.
- Since:
- 12.04.2018
-
Constructor Summary
ConstructorsConstructorDescriptionGuiceyConfigurationHookInterceptor(List<ru.vyarus.dropwizard.guice.hook.GuiceyConfigurationHook> hooks) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidinterceptCleanupSpecMethod(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
-
Constructor Details
-
GuiceyConfigurationHookInterceptor
public GuiceyConfigurationHookInterceptor(List<ru.vyarus.dropwizard.guice.hook.GuiceyConfigurationHook> hooks) Deprecated.
-
-
Method Details