Class GuiceyConfigurationExtension
java.lang.Object
org.spockframework.runtime.extension.AbstractAnnotationDrivenExtension<UseGuiceyHooks>
ru.vyarus.dropwizard.guice.test.spock.ext.GuiceyConfigurationExtension
- All Implemented Interfaces:
org.spockframework.runtime.extension.IAnnotationDrivenExtension<UseGuiceyHooks>
@Deprecated
public class GuiceyConfigurationExtension
extends org.spockframework.runtime.extension.AbstractAnnotationDrivenExtension<UseGuiceyHooks>
Deprecated.
additional hooks may be declared in static test fields
UseGuiceyHooks extension implementation.- Since:
- 12.04.2018
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvisitSpec(org.spockframework.runtime.model.SpecInfo spec) Deprecated.voidvisitSpecAnnotation(UseGuiceyHooks annotation, org.spockframework.runtime.model.SpecInfo spec) Deprecated.Methods inherited from class org.spockframework.runtime.extension.AbstractAnnotationDrivenExtension
visitFeatureAnnotation, visitFieldAnnotation, visitFixtureAnnotation
-
Constructor Details
-
GuiceyConfigurationExtension
public GuiceyConfigurationExtension()Deprecated.
-
-
Method Details
-
visitSpecAnnotation
public void visitSpecAnnotation(UseGuiceyHooks annotation, org.spockframework.runtime.model.SpecInfo spec) Deprecated.- Specified by:
visitSpecAnnotationin interfaceorg.spockframework.runtime.extension.IAnnotationDrivenExtension<UseGuiceyHooks>- Overrides:
visitSpecAnnotationin classorg.spockframework.runtime.extension.AbstractAnnotationDrivenExtension<UseGuiceyHooks>
-
visitSpec
public void visitSpec(org.spockframework.runtime.model.SpecInfo spec) Deprecated.- Specified by:
visitSpecin interfaceorg.spockframework.runtime.extension.IAnnotationDrivenExtension<UseGuiceyHooks>- Overrides:
visitSpecin classorg.spockframework.runtime.extension.AbstractAnnotationDrivenExtension<UseGuiceyHooks>
-