-
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…
-
**Describe the bug**
I would like to use generic types such as `list[int]` instead of `from typing import List; List[int]`.
I do know that the example in the documentation explicitly show that I n…
-
```
Describe the enhancement you have in mind.
Would it be possible to implement Specification as a Groovy trait instead of an
abstract class? (The abstract class could be part of a separate releas…
-
```
I'm trying to inject a rule which is configured in a spring context into a
spock specification.
@ContextConfiguration(locations=["spring.xml"])
class TestSpec extends Specification {
@Rule …
-
```
When using Spock in combination with Slf4j, compilation errors can occur.
Example test with compilation error:
-------------
@Slf4j
class ExampleUnitTest extends Specification {
def 'exercis…
-
```
What steps will reproduce the problem? If possible, provide source code and
stack trace.
1. see https://groups.google.com/forum/#!topic/spockframework/RvVh8RA_tok
2. happens when there is a mix o…
-
```
What steps will reproduce the problem? If possible, provide source code and
stack trace.
1. see https://groups.google.com/forum/#!topic/spockframework/RvVh8RA_tok
2. happens when there is a mix o…
-
```
We are using spock in OSGI for integration tests, but there is apparently some
dependencies on internal junit classes. Namely:
import org.junit.internal.runners.model.MultipleFailureException
h…
-
```
When using Spock in combination with Slf4j, compilation errors can occur.
Example test with compilation error:
-------------
@Slf4j
class ExampleUnitTest extends Specification {
def 'exercis…
-
```
Describe the enhancement you have in mind.
Would it be possible to implement Specification as a Groovy trait instead of an
abstract class? (The abstract class could be part of a separate releas…