org.spockframework.runtime.extension.builtin
Class IgnoreExtension

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

public class IgnoreExtension
extends AbstractAnnotationDrivenExtension<Ignore>

Author:
Peter Niederwieser

Constructor Summary
IgnoreExtension()
           
 
Method Summary
 void visitFeatureAnnotation(Ignore ignore, FeatureInfo feature)
           
 void visitSpecAnnotation(Ignore ignore, 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

IgnoreExtension

public IgnoreExtension()
Method Detail

visitSpecAnnotation

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

visitFeatureAnnotation

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


Copyright © 2013. All rights reserved