Version 0.9.8

This commit is contained in:
Erik C. Thauvin 2024-05-26 20:45:24 -07:00
parent e19b8de803
commit b6995b05a2
Signed by: erik
GPG key ID: 776702A6A2DA330E
5 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
bld.downloadExtensionJavadoc=false bld.downloadExtensionJavadoc=false
bld.downloadExtensionSources=true bld.downloadExtensionSources=true
bld.extensions=com.uwyn.rife2:bld-pitest:0.9.7 bld.extensions=com.uwyn.rife2:bld-pitest:0.9.8
bld.repositories=MAVEN_CENTRAL,RIFE2_RELEASES,MAVEN_LOCAL,RIFE2_SNAPSHOTS bld.repositories=MAVEN_CENTRAL,RIFE2_RELEASES,MAVEN_LOCAL,RIFE2_SNAPSHOTS
bld.downloadLocation= bld.downloadLocation=
bld.sourceDirectories= bld.sourceDirectories=

View file

@ -155,7 +155,7 @@
<h2>Tests examined</h2> <h2>Tests examined</h2>
<ul> <ul>
<li>com.example.ExamplesTest.[engine:junit-jupiter]/[class:com.example.ExamplesTest]/[method:verifyHello()] (9 ms)</li> <li>com.example.ExamplesTest.[engine:junit-jupiter]/[class:com.example.ExamplesTest]/[method:verifyHello()] (11 ms)</li>
</ul> </ul>
<br/> <br/>

View file

@ -230,7 +230,7 @@
<h2>Tests examined</h2> <h2>Tests examined</h2>
<ul> <ul>
<li>com.example.ExamplesTest.[engine:junit-jupiter]/[class:com.example.ExamplesTest]/[method:verifyHello()] (9 ms)</li> <li>com.example.ExamplesTest.[engine:junit-jupiter]/[class:com.example.ExamplesTest]/[method:verifyHello()] (11 ms)</li>
</ul> </ul>
<br/> <br/>

View file

@ -35,7 +35,7 @@ public class PitestOperationBuild extends Project {
public PitestOperationBuild() { public PitestOperationBuild() {
pkg = "rife.bld.extension"; pkg = "rife.bld.extension";
name = "PitestExtension"; name = "PitestExtension";
version = version(0, 9, 8, "SNAPSHOT"); version = version(0, 9, 8);
javaRelease = 17; javaRelease = 17;
downloadSources = true; downloadSources = true;

View file

@ -58,7 +58,7 @@ class PitestOperationTest {
} }
@Test @Test
void checkAll() { void checkAllParameters() {
var params = List.of( var params = List.of(
"--argLine", "--argLine",
"--avoidCallsTo", "--avoidCallsTo",