Package spock.mock

Class AutoAttachExtension

java.lang.Object
spock.mock.AutoAttachExtension
All Implemented Interfaces:
org.spockframework.runtime.extension.IAnnotationDrivenExtension<AutoAttach>

public class AutoAttachExtension
extends Object
implements org.spockframework.runtime.extension.IAnnotationDrivenExtension<AutoAttach>
  • Constructor Summary

    Constructors
    Constructor Description
    AutoAttachExtension()  
  • Method Summary

    Modifier and Type Method Description
    void visitFieldAnnotation​(AutoAttach annotation, org.spockframework.runtime.model.FieldInfo field)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.spockframework.runtime.extension.IAnnotationDrivenExtension

    visitFeatureAnnotation, visitFeatureAnnotations, visitFieldAnnotations, visitFixtureAnnotation, visitFixtureAnnotations, visitSpec, visitSpecAnnotation, visitSpecAnnotations
  • Constructor Details

    • AutoAttachExtension

      public AutoAttachExtension()
  • Method Details

    • visitFieldAnnotation

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