Class IgnoreIfExtension
- java.lang.Object
-
- org.spockframework.runtime.extension.AbstractAnnotationDrivenExtension<IgnoreIf>
-
- org.spockframework.runtime.extension.builtin.IgnoreIfExtension
-
- All Implemented Interfaces:
IAnnotationDrivenExtension<IgnoreIf>
public class IgnoreIfExtension extends AbstractAnnotationDrivenExtension<IgnoreIf>
- Author:
- Peter Niederwieser
-
-
Constructor Summary
Constructors Constructor Description IgnoreIfExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
visitFeatureAnnotation(IgnoreIf annotation, FeatureInfo feature)
void
visitSpecAnnotation(IgnoreIf annotation, SpecInfo spec)
-
Methods inherited from class org.spockframework.runtime.extension.AbstractAnnotationDrivenExtension
visitFieldAnnotation, visitFixtureAnnotation, visitSpec
-
-
-
-
Method Detail
-
visitSpecAnnotation
public void visitSpecAnnotation(IgnoreIf annotation, SpecInfo spec)
- Specified by:
visitSpecAnnotation
in interfaceIAnnotationDrivenExtension<IgnoreIf>
- Overrides:
visitSpecAnnotation
in classAbstractAnnotationDrivenExtension<IgnoreIf>
-
visitFeatureAnnotation
public void visitFeatureAnnotation(IgnoreIf annotation, FeatureInfo feature)
- Specified by:
visitFeatureAnnotation
in interfaceIAnnotationDrivenExtension<IgnoreIf>
- Overrides:
visitFeatureAnnotation
in classAbstractAnnotationDrivenExtension<IgnoreIf>
-
-