org.spockframework.runtime.extension.builtin
Class IgnoreRestExtension

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

public class IgnoreRestExtension
extends AbstractAnnotationDrivenExtension<IgnoreRest>

Author:
Peter Niederwieser

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

Constructor Detail

IgnoreRestExtension

public IgnoreRestExtension()
Method Detail

visitFeatureAnnotation

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

visitSpec

public void visitSpec(SpecInfo spec)
Specified by:
visitSpec in interface IAnnotationDrivenExtension<IgnoreRest>
Overrides:
visitSpec in class AbstractAnnotationDrivenExtension<IgnoreRest>


Copyright © 2013. All rights reserved