Package org.togglz.spock
Class TogglzExtension
java.lang.Object
org.togglz.spock.TogglzExtension
- All Implemented Interfaces:
org.spockframework.runtime.extension.IAnnotationDrivenExtension<Togglz>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvisitFeatureAnnotation(Togglz featureAnnotation, org.spockframework.runtime.model.FeatureInfo feature) voidvisitSpecAnnotation(Togglz specAnnotation, org.spockframework.runtime.model.SpecInfo spec) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.spockframework.runtime.extension.IAnnotationDrivenExtension
visitFeatureAnnotations, visitFieldAnnotation, visitFieldAnnotations, visitFixtureAnnotation, visitFixtureAnnotations, visitSpec, visitSpecAnnotations
-
Field Details
-
TOGGLZ_FEATURE_RESOURCE
-
-
Constructor Details
-
TogglzExtension
public TogglzExtension()
-
-
Method Details
-
visitSpecAnnotation
public void visitSpecAnnotation(Togglz specAnnotation, org.spockframework.runtime.model.SpecInfo spec) - Specified by:
visitSpecAnnotationin interfaceorg.spockframework.runtime.extension.IAnnotationDrivenExtension<Togglz>
-
visitFeatureAnnotation
public void visitFeatureAnnotation(Togglz featureAnnotation, org.spockframework.runtime.model.FeatureInfo feature) - Specified by:
visitFeatureAnnotationin interfaceorg.spockframework.runtime.extension.IAnnotationDrivenExtension<Togglz>
-