l-1squared

Results 15 issues of l-1squared

### Done * update script does not update gradle-plugin in kotlin example projects (addressed) ✔️ * update script does not update java11 pom and maven pom in example projects ✔️...

Especially TestNG cannot run in parallel with JGiven using injected stages, due to its lifecycle strategy. It would be nice to create a proxy for TestNG and by Extension JUnit5...

enhancement
TestNG
JUnit5

Annotate the methods intended for users with `@PublicApi` and ideally reduce the visibility of all other methods

Currently the only way to bring spring together with JGiven is by inheriting from `SpringScenarioTest` (JUnit 5). This method goes against the very principle of spring and allows for heinous...

enhancement
Spring

The following test (expected to be used in an arbitrary Java Program) fails with an NPE instead of succeeding: ``` package com.tngtech.jgiven.junit; import org.junit.Assert; import org.junit.Rule; import org.junit.Test; import org.junit.rules.TemporaryFolder;...

### TestNG Version >7.4.0 ### Expected behavior Addition of a method selector with priority 10 filters methods ### Actual behavior method selector gets ignored ### Is the issue reproductible on...

We need to convince renovate to a) update all of groovy in one go and b) ignore groovy 1.3. Furthermore, we probably need to start switching to newer java build...

build
dependencies

TODO: * ~test that the jgiven report doesn't produce results if neither test, nor report is requested~ * ~check how the report looks with that double task instruction~ * ~better...