Package spock.mock

Class AutoAttachExtension

  • All Implemented Interfaces:
    org.spockframework.runtime.extension.IAnnotationDrivenExtension<AutoAttach>

    public class AutoAttachExtension
    extends org.spockframework.runtime.extension.AbstractAnnotationDrivenExtension<AutoAttach>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void visitFieldAnnotation​(AutoAttach annotation, org.spockframework.runtime.model.FieldInfo field)  
      • Methods inherited from class org.spockframework.runtime.extension.AbstractAnnotationDrivenExtension

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

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

      • AutoAttachExtension

        public AutoAttachExtension()
    • Method Detail

      • visitFieldAnnotation

        public void visitFieldAnnotation​(AutoAttach annotation,
                                         org.spockframework.runtime.model.FieldInfo field)
        Specified by:
        visitFieldAnnotation in interface org.spockframework.runtime.extension.IAnnotationDrivenExtension<AutoAttach>
        Overrides:
        visitFieldAnnotation in class org.spockframework.runtime.extension.AbstractAnnotationDrivenExtension<AutoAttach>