- SetupFeature - Annotation Type in org.betterjapanese.spock.extension
Annotates a feature method, runs setupFeature()
(or a specified method) once before the feature method.
- SetupFeatureExtension - Class in org.betterjapanese.spock.extension
Adds an interceptor to the feature method annotated with SetupFeature.
- SetupFeatureInterceptor - Class in org.betterjapanese.spock.extension
- SetupFeatures - Annotation Type in org.betterjapanese.spock.extension
Annotates a specification, runs setupFeature()
(or a specified method) once before each feature method.
- SetupFeaturesExtension - Class in org.betterjapanese.spock.extension
Adds an interceptor to each feature method in specifications annotated with
SetupFeatures.