From 970eed68e8920d469771a881f4ae0335cd0638bc Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Fri, 19 Jan 2024 12:31:30 -0800 Subject: [PATCH] Bumped PIT to 1.15.4 --- .../com.example/ExamplesLib.java.html | 34 ++++++------ .../com.example/ExamplesTest.java.html | 54 +++++++++---------- .../bld/java/com/example/ExamplesBuild.java | 4 +- 3 files changed, 46 insertions(+), 46 deletions(-) diff --git a/examples/reports/mutations/com.example/ExamplesLib.java.html b/examples/reports/mutations/com.example/ExamplesLib.java.html index 2c61857..21b366a 100644 --- a/examples/reports/mutations/com.example/ExamplesLib.java.html +++ b/examples/reports/mutations/com.example/ExamplesLib.java.html @@ -15,12 +15,12 @@

ExamplesLib.java

- + 1 - + @@ -30,12 +30,12 @@

ExamplesLib.java

- + 2 - + @@ -45,12 +45,12 @@

ExamplesLib.java

- + 3 - + @@ -60,12 +60,12 @@

ExamplesLib.java

- + 4 - + @@ -75,12 +75,12 @@

ExamplesLib.java

- + 5 -1 +1 1. getMessage : replaced return value with "" for com/example/ExamplesLib::getMessage → KILLED
@@ -92,12 +92,12 @@

ExamplesLib.java

- + 6 - +
@@ -107,12 +107,12 @@

ExamplesLib.java

- + 7 - + @@ -124,11 +124,11 @@

ExamplesLib.java

Mutations

-5 +5 - +

1.1
Location : getMessage
Killed by : com.example.ExamplesTest.[engine:junit-jupiter]/[class:com.example.ExamplesTest]/[method:verifyHello()]
replaced return value with "" for com/example/ExamplesLib::getMessage → KILLED

@@ -155,7 +155,7 @@

Active mutators

Tests examined


diff --git a/examples/reports/mutations/com.example/ExamplesTest.java.html b/examples/reports/mutations/com.example/ExamplesTest.java.html index 67f1c13..4335364 100644 --- a/examples/reports/mutations/com.example/ExamplesTest.java.html +++ b/examples/reports/mutations/com.example/ExamplesTest.java.html @@ -15,12 +15,12 @@

ExamplesTest.java

-
+ 1 - + @@ -30,12 +30,12 @@

ExamplesTest.java

- + 2 - + @@ -45,12 +45,12 @@

ExamplesTest.java

- + 3 - + @@ -60,12 +60,12 @@

ExamplesTest.java

- + 4 - + @@ -75,12 +75,12 @@

ExamplesTest.java

- + 5 - + @@ -90,12 +90,12 @@

ExamplesTest.java

- + 6 - + @@ -105,12 +105,12 @@

ExamplesTest.java

- + 7 - + @@ -120,12 +120,12 @@

ExamplesTest.java

- + 8 - + @@ -135,12 +135,12 @@

ExamplesTest.java

- + 9 - + @@ -150,12 +150,12 @@

ExamplesTest.java

- + 10 -1 +1 1. verifyHello : removed call to org/junit/jupiter/api/Assertions::assertEquals → SURVIVED
@@ -167,12 +167,12 @@

ExamplesTest.java

- + 11 - +
@@ -182,12 +182,12 @@

ExamplesTest.java

- + 12 - + @@ -199,11 +199,11 @@

ExamplesTest.java

Mutations

-10 +10 - +

1.1
Location : verifyHello
Killed by : none
removed call to org/junit/jupiter/api/Assertions::assertEquals → SURVIVED

@@ -230,7 +230,7 @@

Active mutators

Tests examined


diff --git a/examples/src/bld/java/com/example/ExamplesBuild.java b/examples/src/bld/java/com/example/ExamplesBuild.java index ea9c8b8..f8a7919 100644 --- a/examples/src/bld/java/com/example/ExamplesBuild.java +++ b/examples/src/bld/java/com/example/ExamplesBuild.java @@ -22,8 +22,8 @@ public ExamplesBuild() { repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES); scope(test) - .include(dependency("org.pitest", "pitest", version(1, 15, 3))) - .include(dependency("org.pitest", "pitest-command-line", version(1, 15, 3))) + .include(dependency("org.pitest", "pitest", version(1, 15, 4))) + .include(dependency("org.pitest", "pitest-command-line", version(1, 15, 4))) .include(dependency("org.pitest", "pitest-junit5-plugin", version(1, 2, 1))) .include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 10, 1))) .include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 10, 1)));