Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noamt/spock-extensions

A set of extensions for the Spock testing framework
https://github.com/noamt/spock-extensions

Last synced: 16 days ago
JSON representation

A set of extensions for the Spock testing framework

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.