Leonard Brünings

Results 271 comments of Leonard Brünings

@chochos you can access `@Shared`/`static` fields in `where:` blocks https://spockframework.org/spock/docs/2.0/all_in_one.html#_sharing_of_objects_between_iterations

@Vampire if you want to tackle that, you can give it a try. I think that they would basically behave like scoped constants that are available only to the `where`...

Nice, I'll review it in detail later. However, if you already have this, then you could easily add the Groovy Web Console integration, see `From a repository` in https://gwc-experiment.appspot.com/ this...

> I still hope you can reactivate meetspock.appspot.com > You obviously too as it is still the one mentioned in the docs Hm, I thought I had removed the references,...

When running `:asciidoctor` with these changes, I get a lot of these errors: ``` Converting /Users/leonard/ghq/github.com/spockframework/spock/docs/data_driven_testing.adoc Mar 17, 2024 10:19:59 PM asciidoctor WARNING: listing with only inline code found; if...

I think that there is a bit too much space added when the GitHub link is visible. Furthermore, the icon top doesn't align with the box of the code listing....

I'm sorry but we can't support Quarkus in spock directly, due to our limited development bandwidth. That isn't a statement on the feasibility of implementing such a support though.

@kriegaex I'll write some documentation for it, but I mainly wanted to get feedback on the feature first, like the one from @szpak concerning the usability.

It mostly hangs on the problems that adding the exit listener introduces https://github.com/spockframework/spock/pull/1575#discussion_r1132797320

I think I've fixed the issues, but I need another fresh set of eyes to verify that everything looks good, I've stared at too many snapshots already.