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 fieldsUseGuiceyHooksextension implementation.- Since:
- 12.04.2018
-
-
Constructor Summary
Constructors Constructor Description GuiceyConfigurationExtension()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidvisitSpec(org.spockframework.runtime.model.SpecInfo spec)Deprecated.voidvisitSpecAnnotation(UseGuiceyHooks annotation, org.spockframework.runtime.model.SpecInfo spec)Deprecated.
-
-
-
Method Detail
-
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>
-
-