org.spockframework.runtime.extension.builtin
Class ConfineMetaClassChangesExtension

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

public class ConfineMetaClassChangesExtension
extends AbstractAnnotationDrivenExtension<ConfineMetaClassChanges>

Author:
Luke Daley, Peter Niederwieser

Constructor Summary
ConfineMetaClassChangesExtension()
           
 
Method Summary
 void visitFeatureAnnotation(ConfineMetaClassChanges annotation, FeatureInfo feature)
           
 void visitSpecAnnotation(ConfineMetaClassChanges 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

ConfineMetaClassChangesExtension

public ConfineMetaClassChangesExtension()
Method Detail

visitSpecAnnotation

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

visitFeatureAnnotation

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


Copyright © 2013. All rights reserved