-
I have the following error when I run Pitest on my micro services :
```
Class, org.pitest.testapi.TestUnitExecutionListener)' of interface org.pitest.testapi.TestUnitFinder.
15:14:24 PIT >> FINE …
-
Hi,
we recently updated our project to java 8 however the plugin doesn't support lamda expressions and causes
Execution verify of goal org.pitest:classycle-maven-plugin:0.4:check failed: java.io.EOF…
-
I'm trying to generate mutation testing report but most of the line coverage returns the TIME_OUT message such as:
1. negated conditional → TIMED_OUT
1. removed call to path::setId → TIMED_OUT
70…
-
Hi, just ran into the fatal error below that seems to arise from a very specific config.
```
[ERROR] Failed to execute goal org.pitest:pitest-maven:1.15.8:mutationCoverage (default-cli) on projec…
-
Running pitest 1.4.0 (gradle plugin is 1.3.0) with Junit 5.2.0 and Mockito 2.18.3 fails with
```
15:42:03 PIT >> FINE : MINION : java.lang.NoClassDefFoundError: org/pitest/functional/Option
15:…
-
It would be cool, to be able to Test Eclipse-PlugIns with pitclipse. Currently it doesn't work because pitest is unable to resolve the dependencies.
-
JUnit provides a throwable, but we currently ignore it. This needs to be routed to the debug log.
-
Jenkins :
- Install tools : Gatling, Java 8, Maven 3, git client, Protocol Buffers
- install plugins : git, sonar, htmlpublisher, jobConfigHistory, saferestart, pitmutation, envinject, parameterized-t…
-
#### Characteristics
- **Issue Type**: bug
- **Reproducibility**: always
- **Severity**: major
#### Description
We use in https://github.com/xwiki/xwiki-rendering some custom TestSuite to pro…
surli updated
5 years ago
-
PITest will currently complain about surviving mutations for functions that are not tested at all. This prohibits to enforce a 100% mutation coverage without tediously excluding untested methods. This…