Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pditommaso/spock2-mock-issue
https://github.com/pditommaso/spock2-mock-issue
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pditommaso/spock2-mock-issue
- Owner: pditommaso
- Created: 2020-04-18T17:41:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-19T08:17:35.000Z (over 4 years ago)
- Last Synced: 2024-10-15T09:56:12.667Z (2 months ago)
- Language: Groovy
- Size: 54.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spock2-mock-issue
This repo shows how replicate an issue
using Spock 2.0-M2 when Mock map object# Run it
```
./gradlew test
```The same works with Spock 1.2 (check the branch `spock-1.2`).