-
```kotlin
fun main() {
println(playGames(arrayOf(Pair(Game.ROCK, Game.ROCK))))
println(playGames(arrayOf(Pair(Game.ROCK, Game.SCISSORS))))
println(playGames(arrayOf(Pair(Game.SCISSO…
-
**Support for Spock Framework Test Cases**
Can support be added for Spock Framework Tests ?
http://spockframework.org
-
**Describe the bug**
The spock quickstarter is mega slow (naked execution ~5mins)
1. gradle version download ~7secs
1. spock lib dependencies (2m11s pure load time)
1. 3 times compile etc in gradl…
-
They'll be more awesome to read... trust me... ;)
-
### Describe the bug
Unexpectedly, a Stub turns into a Spy when creating it for a class with a final method.
### To Reproduce
Try to create a Stub for `org.springframework.security.oauth2.server.re…
-
### What happened?
I am creating a BucketLifecycleConfigurationV2 resource with a set of fixes rules, and attaching it to a bucket. For some reason whenever I run `pulumi up` it detects the resource …
-
`await().atMost(5, TimeUnit.SECONDS).untilAtomic(counter, equalTo(0))` returns `0` as it's the last value. However in Spock there is a validation `GroovyRuntimeUtil.isTruthy(result)` which casts resul…
-
Hi. Great module!!!
Is it possible to add Rock, Paper, Scissors, Lizard, Spock?
https://bigbangtheory.fandom.com/wiki/Rock,_Paper,_Scissors,_Lizard,_Spock
Thank you.
-
Hi,
I am trying to convert my Junit test to Spock using junit2spock, but it fails with the following error.
----------------
`16:09:59.215 [main] INFO o.s.c.a.AnnotationConfigApplicationContext …
-
```
What steps will reproduce the problem? If possible, provide source code and
stack trace.
1. putting import spock.lang.Requires in test code gives error that Groovy:
unable to resolve spock.lang.…