-
JUnit provides a throwable, but we currently ignore it. This needs to be routed to the debug log.
-
Hi, I want to use PITest to generate the codes that contain all the mutants. Does PITest have the feature to support this? How PITest execute the mutants?
-
Hello,
Everrything is in the title. Using the basic PITRunner for intelliJ or the mvn org.pitest:pitest-maven:mutationCoverage command line, the generated report doesn't contain any test coverage o…
-
```
> Task :clean
> Task :compileJava
1 warning
> Task :processResources NO-SOURCE
> Task :classes
> Task :compileTestJava
1 warning
> Task :copyTestBDDProps
> Task :copyTestBDDFe…
-
I'm new to Pitest.I have a problem when I run the PIT.When I run the "mvn org.pitest: pitest-maven: mutationCoverage" command in the console, the console displays the following log:
```
[INFO] Add…
-
Getting below error when try to add this with android project
The 'java' plugin has been applied, but it is not compatible with the Android plugins. Sample project can be found here
https://gith…
-
I'm writing unit tests that exercise the following logic:
```
result = command.execute();
if (command.timedOut() || command.usedFallback()) {
Log.anError();
}
return result;
```
I ha…
-
Dynamic Tests are non-deterministic in nature. Sometimes it might not be clear to the test author (let alone the IDE) when or even if the execution will terminate.
It has been suggested to introduce …
-
NO_COVERAGE, why?
1. mutated return of Object value for com/hello/mercury/utils/DateUtils::getStartOfDay to ( if (x != null) null else throw new RuntimeException ) → NO_COVERAGE
**main code:**
…
-
Using Descartes build from master on 2017-11-17, around 13:15 CET (0.2-SNAPSHOT).
To reproduce:
* `git clone https://github.com/xwiki/xwiki-platform.git`
* `cd xwiki-platform/xwiki-platform-core/…