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 Details

    • GuiceyConfigurationExtension

      public GuiceyConfigurationExtension()
      Deprecated.
  • Method Details

    • visitSpecAnnotation

      public void visitSpecAnnotation(UseGuiceyHooks annotation, org.spockframework.runtime.model.SpecInfo spec)
      Deprecated.
      Specified by:
      visitSpecAnnotation in interface org.spockframework.runtime.extension.IAnnotationDrivenExtension<UseGuiceyHooks>
      Overrides:
      visitSpecAnnotation in class org.spockframework.runtime.extension.AbstractAnnotationDrivenExtension<UseGuiceyHooks>
    • visitSpec

      public void visitSpec(org.spockframework.runtime.model.SpecInfo spec)
      Deprecated.
      Specified by:
      visitSpec in interface org.spockframework.runtime.extension.IAnnotationDrivenExtension<UseGuiceyHooks>
      Overrides:
      visitSpec in class org.spockframework.runtime.extension.AbstractAnnotationDrivenExtension<UseGuiceyHooks>