Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void visitSpec​(org.spockframework.runtime.model.SpecInfo spec)
      Deprecated.
       
      void visitSpecAnnotation​(UseGuiceyHooks annotation, org.spockframework.runtime.model.SpecInfo spec)
      Deprecated.
       
      • Methods inherited from class org.spockframework.runtime.extension.AbstractAnnotationDrivenExtension

        visitFeatureAnnotation, visitFieldAnnotation, visitFixtureAnnotation
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GuiceyConfigurationExtension

        public GuiceyConfigurationExtension()
        Deprecated.
    • Method Detail

      • 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>