pitest-junit5-plugin
pitest-junit5-plugin copied to clipboard
JUnit 5 test framework support for Pitest
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...
After upgrading from pitest-junit5-plugin 0.10 to 0.11, a unit test started failing. The same problem occurs in 0.14 as well. ``` java.lang.AssertionError: Unexpected method 3:00:41 PM PIT >> INFO :...
I'm doing a poor job of managing pull requests and generally keeping this plugin upto date. One simple solution would be to give a wider pool of people write permissions...
I'm trying to run PITest with the JUnit 5 plugin in an Android/Kotlin project. I'm applying the JUnit 5 project using the [recommended approach](https://gradle-pitest-plugin.solidsoft.info/#junit-5-plugin-for-pit-support-gradle-pitest-plugin-147) ``` junit5PluginVersion = '0.12' ``` But...
Version 0.8 works as expected. In version 0.9 I get following error: ``` [ERROR] Failed to execute goal org.pitest:pitest-maven:1.4.8:mutationCoverage (pitest-mutation-coverage) on project engine-testUtils: Execution pitest-mutation-coverage of goal org.pitest:pitest-maven:1.4.8:mutationCoverage failed: Coverage...
JUnitTestFinder is obtaining the correct tests from the project and assigning a correct uniqueid to each test. After this when this unit test is executed (JUnit5TestUnit#execute) the LauncherDiscoveryRequest is executed...
Hi, When I run `mvn clean test org.pitest:pitest-maven:mutationCoverage site` on attached project [minimal-junit5-pitest-v0.12.zip](https://github.com/pitest/pitest-junit5-plugin/files/4411731/minimal-junit5-pitest-v0.12.zip), I get the error `Caused by: org.pitest.util.PitError: Coverage generation minion exited abnormally!`. Full maven output with -X...
See https://github.com/STAMP-project/pitest-descartes/issues/117 for the details. The issue is explained there with ways to reproduce it on XWiki. Reverting to v0.10 makes it pass again. Also note that 0.12 doesn't help....
After upgrading the `pitest-junit5-plugin` to version `0.11` we got lower line coverage. Version `0.10` output:  Version `0.11` output: 