Marcin Zajączkowski
Marcin Zajączkowski
The following link: > `` is found and displayed by indielogin.com, but is not recognized as GitHub. With the trailing `/` removed it works. Maybe matching with URLs could be...
# Issue description ``` def "should keep verbose error message"() { given: String foo = "foo message" expect: foo.contains("bar") } ``` results in very nice error message: ``` Condition not...
Add basic JDK 18 tests on CI with Temurin. Unfortunately, Gradle 7.4.1/2 [refuses](https://github.com/spockframework/spock/runs/5960598888?check_suite_focus=true#step:4:43) to play with JDK 18: ``` * What went wrong: A problem occurred evaluating project ':spock-specs'. >...
# Issue description Occasionally. it is confusing to have `junit-platform-testkit` provided as an optional `spock-core` dependency (with its own dependencies). Namely [here](https://github.com/spockframework/spock/pull/1175#discussion_r436570564) and [here](https://github.com/spockframework/spock/issues/1148). # Proposed solution As regular tests...
This is an issue to track an ability to better handle calling `go.x` when the generic Java mock implementation is used for an Groovy object in Groovy 3. Currently a...
# Issue description Spock 2.0-M3 removed native support for `@Before/@After/...` annotations from JUnit 4. As a result it is no longer possible to use them without the `spock-junit4` module. Unfortunately...
In respect to #984 it would be good to confirm that mentioned signing keys are provided by the Spock core developer(s). It could be done for example by adding/modifying them...
# Automatic releasing from Travis to Maven Central mechanism - a proposal ## Rationale There have been many very interesting features implemented in the PRs for the previous 2 years....
Recently a client of mine from the UK was looking for a tool for test data generation, but it generates only American profiles.
*I initially wanted to discuss this problem on the forum, but it seems to be down at the moment (403 Forbidden)* XCSoar versions having and not having the problem -------------------------------------------------...