org.spockframework.runtime.extension.builtin
Class IgnoreIfExtension

java.lang.Object
  extended by org.spockframework.runtime.extension.AbstractAnnotationDrivenExtension<IgnoreIf>
      extended by org.spockframework.runtime.extension.builtin.IgnoreIfExtension
All Implemented Interfaces:
IAnnotationDrivenExtension<IgnoreIf>

public class IgnoreIfExtension
extends AbstractAnnotationDrivenExtension<IgnoreIf>

Author:
Peter Niederwieser

Constructor Summary
IgnoreIfExtension()
           
 
Method Summary
 void visitFeatureAnnotation(IgnoreIf annotation, FeatureInfo feature)
           
 void visitSpecAnnotation(IgnoreIf annotation, SpecInfo spec)
           
 
Methods inherited from class org.spockframework.runtime.extension.AbstractAnnotationDrivenExtension
visitFieldAnnotation, visitFixtureAnnotation, visitSpec
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IgnoreIfExtension

public IgnoreIfExtension()
Method Detail

visitSpecAnnotation

public void visitSpecAnnotation(IgnoreIf annotation,
                                SpecInfo spec)
Specified by:
visitSpecAnnotation in interface IAnnotationDrivenExtension<IgnoreIf>
Overrides:
visitSpecAnnotation in class AbstractAnnotationDrivenExtension<IgnoreIf>

visitFeatureAnnotation

public void visitFeatureAnnotation(IgnoreIf annotation,
                                   FeatureInfo feature)
Specified by:
visitFeatureAnnotation in interface IAnnotationDrivenExtension<IgnoreIf>
Overrides:
visitFeatureAnnotation in class AbstractAnnotationDrivenExtension<IgnoreIf>


Copyright © 2013. All rights reserved