org.spockframework.runtime.extension.builtin
Class StepwiseExtension

java.lang.Object
  extended by org.spockframework.runtime.extension.AbstractAnnotationDrivenExtension
      extended by org.spockframework.runtime.extension.builtin.StepwiseExtension
All Implemented Interfaces:
IAnnotationDrivenExtension

public class StepwiseExtension
extends AbstractAnnotationDrivenExtension


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

Constructor Detail

StepwiseExtension

public StepwiseExtension()
Method Detail

visitSpecAnnotation

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


Copyright © 2010. All Rights Reserved.