Skip to content

A set of extensions for the Spock testing framework

Notifications You must be signed in to change notification settings

Robert-F/spock-extensions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

AfterFeatureCleanupExtensionAnnotation

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 after the specification method is executed, regardless of any iteration.

About

A set of extensions for the Spock testing framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Groovy 100.0%