Class TogglzExtension

  • All Implemented Interfaces:
    org.spockframework.runtime.extension.IAnnotationDrivenExtension<Togglz>

    public class TogglzExtension
    extends Object
    implements org.spockframework.runtime.extension.IAnnotationDrivenExtension<Togglz>
    • Field Detail

      • TOGGLZ_FEATURE_RESOURCE

        public static final String TOGGLZ_FEATURE_RESOURCE
    • Constructor Detail

      • TogglzExtension

        public TogglzExtension()
    • Method Detail

      • visitSpecAnnotation

        public void visitSpecAnnotation​(Togglz specAnnotation,
                                        org.spockframework.runtime.model.SpecInfo spec)
        Specified by:
        visitSpecAnnotation in interface org.spockframework.runtime.extension.IAnnotationDrivenExtension<Togglz>
      • visitFeatureAnnotation

        public void visitFeatureAnnotation​(Togglz featureAnnotation,
                                           org.spockframework.runtime.model.FeatureInfo feature)
        Specified by:
        visitFeatureAnnotation in interface org.spockframework.runtime.extension.IAnnotationDrivenExtension<Togglz>