-
Mockito's `BDDMockito.then()` clashes with AssertJ's `BDDAssertions.then()` and Catch-Exception's `BDDCatchException.then()`, meaning that in a same test class it is not possible to use BDD style to a…
-
Originally reported on Google Code with ID 105
```
The following statement:
dependencyMock.getDependencies(getTask()) >> [task1, task2] as Set
lead to:
java.lang.NullPointerException: Cannot invok…
-
Original Reporter: pniederw
Environment: Mac OS 10.6.3
Version: 1.3 RC2
Migrated From: http://jira.grails.org/browse/GRAILS-6204
During "grails release-plugin" for the Spock Grails plugin, I get the …
-
```
I just love Spock, but our code base is 100% Java. Tons of code which cannot be
refactored all at once uses stuff like utility classes with only static
methods. So as to avoid the classes from b…
-
When I use mvn spring-boot:run to start the application, given errors as follows.
It worked on 1.2.5-release!
I already read the Issue #4751 and tried out the solution. I deleted the hole springframe…
-
Initial support for working with the `@HibernateTestMixin` is in the `master` branch, but it currently requires the user to add all the necessary `@Domain` annotations.
This is unlike the current `…
-
```
Describe the new feature you have in mind.
Hi There, i appreciate the spock framework, i am using it, and it's look
promising. before spock i have used jmock. which is pretty good as well. in
s…
-
-
```
We have an issue in Grails (http://jira.grails.org/browse/GRAILS-10720) where a
ClassCastException is thrown on second run of the tests. This is because Spock
uses ObjenesisHelper which has the …
-
```
I just love Spock, but our code base is 100% Java. Tons of code which cannot be
refactored all at once uses stuff like utility classes with only static
methods. So as to avoid the classes from b…