Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 380 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 380 Bytes

Spock Mock Cheatsheet

This repo contains sample tests illustrating several different variations of Spock mocking techniques.

A PDF of the cheatsheet is in the root directory of the repo: spock-mock-cheatsheet.pdf

The tests are located in src/test/groovy/cheatsheet

To run the tests using Gradle, on Linux/Mac run

./gradlew test

And on Windows run

gradlew.bat test