public interface IAnnotationDrivenExtension<T extends java.lang.annotation.Annotation>
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) |
void visitFeatureAnnotation(T annotation, FeatureInfo feature)
void visitFixtureAnnotation(T annotation, MethodInfo fixtureMethod)
void visitSpec(SpecInfo spec)
Copyright © 2014. All rights reserved