org.spockframework.runtime.extension.builtin
Class UseExtension

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

public class UseExtension
extends AbstractAnnotationDrivenExtension<Use>


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

Constructor Detail

UseExtension

public UseExtension()
Method Detail

visitSpecAnnotation

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

visitFeatureAnnotation

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

visitFixtureAnnotation

public void visitFixtureAnnotation(Use annotation,
                                   MethodInfo fixtureMethod)
Specified by:
visitFixtureAnnotation in interface IAnnotationDrivenExtension<Use>
Overrides:
visitFixtureAnnotation in class AbstractAnnotationDrivenExtension<Use>


Copyright © 2013. All rights reserved