-
This bug #58 reappeared when using ipython 5.1.0.
-
Given:
`DummyRequest.groovy`
```groovy
class DummyRequest {
final List sessions
DummyRequest (){
sessions=[
new Session(name: 'dave')
]
}
}
```
we can inject an e…
-
Does Pact support Spock framework out of the box to write consumer and provider side tests? If yes then do you have examples/reference documentation.
-
```
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.…
-
## Feature requests
Do you plan to add an [extension](https://spockframework.org/spock/docs/1.1/extensions.html) for Spock 2.0 using the AbstractRunListener class?
I see that there are some [exten…
-
```
Preprocessing test suite 'spocktests' for Spock-0.14.0.0..
Building test suite 'spocktests' for Spock-0.14.0.0..
[1 of 6] Compiling Web.Spock.Internal.SessionManagerSpec ( test/Web/Spock/Intern…
-
### Current Behavior
If you
- either
- have `implementation(project())`
- and putting the actual code jar in its default location to the `pluginClasspath`
- or
- have the classes directo…
-
Hello Spock Team
I am working with:
- Spock Core
- Spock Reports
- Spock Spring
- Spring MVC Testing
and I have the following code:
```
def "findAll() Expected"(){
given: "The URL being used i…
-
I was trying to upgrade the code to the latest versions of this framework. I made some modifications the code compiles but `./bench.sh` gives `Invalid http://localhost:8080/echo/plain/hello repsonse! …
-
```
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.…