https://github.com/noamt/spock-extensions
A set of extensions for the Spock testing framework
https://github.com/noamt/spock-extensions
Last synced: 3 months ago
JSON representation
A set of extensions for the Spock testing framework
- Host: GitHub
- URL: https://github.com/noamt/spock-extensions
- Owner: noamt
- Created: 2013-02-08T06:19:16.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-02T10:12:16.000Z (over 12 years ago)
- Last Synced: 2025-02-05T00:41:28.435Z (4 months ago)
- Language: Shell
- Size: 113 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
spock-extensions
================A set of extensions for the Spock testing framework.
### Current extensions: ###
###### BeforeFeatureSetupExtensionAnnotation ######
The annotation is applied to specification methods and receives a method name as a value.
The method whos name is specified will be invoked once before the specification method is executed, regardless of any iteration.