spockframework / smarter-testing-with-spock

Introductory presentation about the Spock framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This GitHub project contains slides and source code for the presentation "Smarter Testing With Spock".

To build the project and execute all its Spock specifications, type:

./gradlew build (Windows: gradlew build)

To create an Eclipse project for the project, type:

./gradlew eclipse (Windows: gradlew eclipse)

To create an IDEA project for the project, type:

./gradlew idea (Windows: gradlew idea)

If you have any further questions, the Spock mailing list is always here to help: http://forum.spockframework.org

Enjoy!
The Spock team

About

Introductory presentation about the Spock framework


Languages

Language:Groovy 61.5%Language:Shell 32.9%Language:Java 5.7%