Class TogglzExtension

java.lang.Object
org.togglz.spock.TogglzExtension
All Implemented Interfaces:
org.spockframework.runtime.extension.IAnnotationDrivenExtension<Togglz>

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

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    visitFeatureAnnotation(Togglz featureAnnotation, org.spockframework.runtime.model.FeatureInfo feature)
     
    void
    visitSpecAnnotation(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, wait

    Methods inherited from interface org.spockframework.runtime.extension.IAnnotationDrivenExtension

    visitFeatureAnnotations, visitFieldAnnotation, visitFieldAnnotations, visitFixtureAnnotation, visitFixtureAnnotations, visitSpec, visitSpecAnnotations
  • Field Details

    • TOGGLZ_FEATURE_RESOURCE

      public static final String TOGGLZ_FEATURE_RESOURCE
  • Constructor Details

    • TogglzExtension

      public TogglzExtension()
  • Method Details

    • 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>