Leonard Brünings

Results 271 comments of Leonard Brünings

Let me just says that we plan to enhance reporting in post 1.1 so this feature won't be added in 1.1. One part is iteration-reporting #705 and the release of...

Yes `where` blocks are special and won't be part of the block listeners. There is also the hidden mechanic, that interactions from the `then` blocks, are configured just before the...

Blocked by https://github.com/spring-io/nohttp/issues/55

With the move to JUnit Platform in Spock 2.0 we have the option to implement this, and it is already on the wanted list. The problem will be to get...

Unfortunately this is currently not possible with the Spock extension mechanism. I would suggest refactoring your tests.

What makes the new example more clear in your opinion?

IIRC the issue is that we need to know the type of the receiver of the closure, so that we can perform compile time AST transformations on it. `def` is...

This issue is still open for debate, as it will possibly break the builds of 'simple' users of spock, i.e., users that only use spock+groovy for testing, since they would...

Looks like `org.spockframework.mock.runtime.StaticMockMethod#getReturnType` doesn't handle generics with bounds correctly, it just returns `java.lang.Object` here. The code in the whole `org.spockframework.gentyref.*` package is from 2010/13 there is probably more information available...

I've updated the gentyref classes to the latest version and encountered the following problem https://github.com/coekie/gentyref/issues/5