public abstract class AbstractAnnotationDrivenExtension<T extends java.lang.annotation.Annotation> extends java.lang.Object implements IAnnotationDrivenExtension<T>
| Constructor and Description |
|---|
AbstractAnnotationDrivenExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
visitFeatureAnnotation(T annotation,
FeatureInfo feature) |
void |
visitFieldAnnotation(T annotation,
FieldInfo field) |
void |
visitFixtureAnnotation(T annotation,
MethodInfo fixtureMethod) |
void |
visitSpec(SpecInfo spec) |
void |
visitSpecAnnotation(T annotation,
SpecInfo spec) |
public void visitSpecAnnotation(T annotation, SpecInfo spec)
visitSpecAnnotation in interface IAnnotationDrivenExtension<T extends java.lang.annotation.Annotation>public void visitFeatureAnnotation(T annotation, FeatureInfo feature)
visitFeatureAnnotation in interface IAnnotationDrivenExtension<T extends java.lang.annotation.Annotation>public void visitFixtureAnnotation(T annotation, MethodInfo fixtureMethod)
visitFixtureAnnotation in interface IAnnotationDrivenExtension<T extends java.lang.annotation.Annotation>public void visitFieldAnnotation(T annotation, FieldInfo field)
visitFieldAnnotation in interface IAnnotationDrivenExtension<T extends java.lang.annotation.Annotation>public void visitSpec(SpecInfo spec)
visitSpec in interface IAnnotationDrivenExtension<T extends java.lang.annotation.Annotation>Copyright © 2012. All rights reserved