-
```
What steps will reproduce the problem? If possible, provide source code and
stack trace.
1. mvn install
2. Freak out --->>> wants a SNAPSHOT (groovy-all)
3. Resolve using codehaus snapshot repo
…
-
```
re: this discussion:
http://www.nabble.com/-ANN--Spock-Framework-0.1-released!-td22344380.html#a22371
802
Parallelizer.withParallelizer and Asynchronizer.withAsynchronizer are
_long_ method names…
-
```
The following statement:
dependencyMock.getDependencies(getTask()) >> [task1, task2] as Set
lead to:
java.lang.NullPointerException: Cannot invoke method rightShift() on null object
at org.…
-
```
The following statement:
dependencyMock.getDependencies(getTask()) >> [task1, task2] as Set
lead to:
java.lang.NullPointerException: Cannot invoke method rightShift() on null object
at org.…
-
```
The following statement:
dependencyMock.getDependencies(getTask()) >> [task1, task2] as Set
lead to:
java.lang.NullPointerException: Cannot invoke method rightShift() on null object
at org.…
-
```
When using expect / where, it is possible to specify a list of values, and
Spock will iterate through the list and check each value.
This works when it is a list of e.g. Strings, but not when it…
-
```
The following statement:
dependencyMock.getDependencies(getTask()) >> [task1, task2] as Set
lead to:
java.lang.NullPointerException: Cannot invoke method rightShift() on null object
at org.…
-
```
The following statement:
dependencyMock.getDependencies(getTask()) >> [task1, task2] as Set
lead to:
java.lang.NullPointerException: Cannot invoke method rightShift() on null object
at org.…
-
```
the last release of Spock was 2 years ago. I personally have been using
1.0-Snapshot for a while now. There are already some features that work fine.
In total it would justify a 0.8 release so…
-
```
The following statement:
dependencyMock.getDependencies(getTask()) >> [task1, task2] as Set
lead to:
java.lang.NullPointerException: Cannot invoke method rightShift() on null object
at org.…