-
Hi, cool project! I've encountered an incompatibility with the recent PITest:
#### Characteristics
- **Issue Type**: bug
- **Reproducibility**: always
- **Severity**: minor
- **Tool/Service/Com…
-
We have a number of different 3rd party code generation tools (e.g. [Mapstruct](https://mapstruct.org/), [DSG](https://netflix.github.io/dgs/generating-code-from-schema/)) that we do not want to mutat…
-
Using JUnit 5 and Maven surefire, it is common to declare the dependency on JUnit-Jupiter-Engine separately, so that test classes can't depend on Jupiter-Engine classes.
This is explained at https:…
-
The following error appears
```
PS C:\GitHub\valentinacupac\banking-kata-java> .\gradlew pitestReportAggregate
> Task :pitestReportAggregate FAILED
FAILURE: Build failed with an exception.
…
-
The [`gradle-pitest` plugin](https://gradle-pitest-plugin.solidsoft.info/) worked fine with the `java-test-fixtures` plugin in Gradle 5.6.4, but fails to generate mutations since Gradle 6.0.1 (and alm…
emlun updated
3 years ago
-
Hello.
I have a project that uses `junit-jupiter` 5.9.2 and `pitest-maven` 1.11.0 with `pitest-junit5-plugin` 1.1.2.
During the `mutationCoverage` goal execution pitest creates some mutations wi…
-
Hi,
I use Pitest on a bunch of legacy Java project. As I cannot change their POM file, I configure all the properties using CLI, but it should not matters. The point is to obtain in an automated w…
-
Can you pl. share details in documentation etc.. on how to do mutation testing in a single project that has junit tests, testng and cucumber bdd tests..
I see plugins such as
```
implementatio…
-
The pitest-maven plugin (together with scm maven plugin) provides a task `scmMutationCoverage`.
This task can run pitest only on modified files (based on git/other VCS history). This is very useful …
-
Hi,
I pulled down a Maven project that includes 1 test class with 3 Spock tests.
https://github.com/JonLally/visitor-pattern-example
Then I built the project with 'mvn clean install' and see th…