-
[Release Notes](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.5-Release-Notes#groovy-3)
The default version of Groovy has been upgraded to 3.x. If you are using Groovy and also us…
-
### Describe the bug
Due to the versioning scheme of Spock 2.x having the Groovy compatibility encoded in the version, Dependabot will always send updates to the groovy-4 variant.
### To Reproduce
…
-
here is my code
`@RunWith(PowerMockRunner.class)
@PowerMockRunnerDelegate(Sputnik.class)
class PlusServiceTest extends Specification`
i want to mock static method, so i integration powermock,…
-
Il serait pertinent de diversifier les possibilités de gameplay pour le joueur, en ajoutant de nouveaux éléments aux Pierre Feuille Ciseaux déjà implémentés.
Les éléments ajoutés seraient le Lezard e…
-
```
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.…
-
```
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.…
-
```
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.…
-
Using `@QuakusTest` in Spock tests is currently not yet supported.
Probably because the `@QuakusTest` extensions are Junit5 bases and Spock still uses Junit4.
I have a small demo project showing…
-
You could updated the spock framework to working with gradle 2.0?
thanks in advance
-
Given I have this tests
`import spock.lang.Specification
class HelloSpockSpec extends Specification {
def "length of Spock's and his friends' names"() {
expect:
name.size() == lengt…