Something has changed internally between JUnit 5.9.0 and 5.9.1, because now all tests that use @org.junit.jupiter.params.ParameterizedTest with @org.junit.jupiter.params.provider.MethodSource are failing. The verbose logging doesn't print any failure message, but I can see that the indicated method doesn't even get invoked.
I don't have anything public that reproduces this issue at this point, sorry.
Using Pitest 1.9.5 with pitest JUnit plugin version 1.0.0.
Something has changed internally between JUnit 5.9.0 and 5.9.1, because now all tests that use
@org.junit.jupiter.params.ParameterizedTestwith@org.junit.jupiter.params.provider.MethodSourceare failing. The verbose logging doesn't print any failure message, but I can see that the indicated method doesn't even get invoked.I don't have anything public that reproduces this issue at this point, sorry.
Using Pitest 1.9.5 with pitest JUnit plugin version 1.0.0.