-
```
I added all dependencies and plugins from the sample of
http://nzhu.blogspot.nl/2011/01/sample-pomxml-for-groovy-project-with.html and
upgraded it to the following versions:
- spock 0.7-groovy-2…
-
```
I added all dependencies and plugins from the sample of
http://nzhu.blogspot.nl/2011/01/sample-pomxml-for-groovy-project-with.html and
upgraded it to the following versions:
- spock 0.7-groovy-2…
-
```
When compiling a SpockConfig file in a Grails project, classes in the project
code are not visible. Classes from the project dependencies can be used.
- Define an annotation class under project…
-
```
What steps will reproduce the problem? If possible, provide source code and
stack trace.
@NotYetImplemented does not work with Spock data driven tests where one of the
tests from the where clause…
-
```
When compiling a SpockConfig file in a Grails project, classes in the project
code are not visible. Classes from the project dependencies can be used.
- Define an annotation class under project…
-
```
When compiling a SpockConfig file in a Grails project, classes in the project
code are not visible. Classes from the project dependencies can be used.
- Define an annotation class under project…
-
```
When compiling a SpockConfig file in a Grails project, classes in the project
code are not visible. Classes from the project dependencies can be used.
- Define an annotation class under project…
-
```
What steps will reproduce the problem? If possible, provide source code and
stack trace.
@NotYetImplemented does not work with Spock data driven tests where one of the
tests from the where clause…
-
```
What steps will reproduce the problem? If possible, provide source code and
stack trace.
@NotYetImplemented does not work with Spock data driven tests where one of the
tests from the where clause…
-
### Description
Currently using `@QuarkusTest` in a spock test case is not supported by `Quarkus` #6506
This is caused by Spock using its own extension mechanism, and not handle JUnit5 annotations…