Package spock.mock

Class AutoAttachExtension

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

    public class AutoAttachExtension
    extends Object
    implements org.spockframework.runtime.extension.IAnnotationDrivenExtension<AutoAttach>
    • 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>