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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
visitFieldAnnotation(AutoAttach annotation, org.spockframework.runtime.model.FieldInfo field)
-
-
-
Method Detail
-
visitFieldAnnotation
public void visitFieldAnnotation(AutoAttach annotation, org.spockframework.runtime.model.FieldInfo field)
- Specified by:
visitFieldAnnotation
in interfaceorg.spockframework.runtime.extension.IAnnotationDrivenExtension<AutoAttach>
-
-