Updated dependencies
This commit is contained in:
parent
ef570b7d05
commit
83feef8e75
15 changed files with 65 additions and 64 deletions
4
.idea/libraries/bld.xml
generated
4
.idea/libraries/bld.xml
generated
|
@ -2,11 +2,11 @@
|
||||||
<library name="bld">
|
<library name="bld">
|
||||||
<CLASSES>
|
<CLASSES>
|
||||||
<root url="file://$PROJECT_DIR$/lib/bld" />
|
<root url="file://$PROJECT_DIR$/lib/bld" />
|
||||||
<root url="jar://$USER_HOME$/.bld/dist/bld-1.7.2.jar!/" />
|
<root url="jar://$USER_HOME$/.bld/dist/bld-1.7.5.jar!/" />
|
||||||
</CLASSES>
|
</CLASSES>
|
||||||
<JAVADOC />
|
<JAVADOC />
|
||||||
<SOURCES>
|
<SOURCES>
|
||||||
<root url="jar://$USER_HOME$/.bld/dist/bld-1.7.2-sources.jar!/" />
|
<root url="jar://$USER_HOME$/.bld/dist/bld-1.7.5-sources.jar!/" />
|
||||||
</SOURCES>
|
</SOURCES>
|
||||||
<excluded>
|
<excluded>
|
||||||
<root url="jar://$PROJECT_DIR$/lib/bld/bld-wrapper.jar!/" />
|
<root url="jar://$PROJECT_DIR$/lib/bld/bld-wrapper.jar!/" />
|
||||||
|
|
5
.idea/misc.xml
generated
5
.idea/misc.xml
generated
|
@ -8,9 +8,8 @@
|
||||||
<component name="PDMPlugin">
|
<component name="PDMPlugin">
|
||||||
<option name="customRuleSets">
|
<option name="customRuleSets">
|
||||||
<list>
|
<list>
|
||||||
<option value="K:\java\semver\config\pmd.xml" />
|
<option value="$PROJECT_DIR$/config/pmd.xml" />
|
||||||
<option value="$PROJECT_DIR$/../bld-pmd/config/pmd.xml" />
|
<option value="$PROJECT_DIR$/../bld-jacoco-report/config/pmd.xml" />
|
||||||
<option value="$PROJECT_DIR$/../bld-checkstyle/config/pmd.xml" />
|
|
||||||
</list>
|
</list>
|
||||||
</option>
|
</option>
|
||||||
<option name="skipTestSources" value="false" />
|
<option name="skipTestSources" value="false" />
|
||||||
|
|
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
@ -7,7 +7,7 @@
|
||||||
],
|
],
|
||||||
"java.configuration.updateBuildConfiguration": "automatic",
|
"java.configuration.updateBuildConfiguration": "automatic",
|
||||||
"java.project.referencedLibraries": [
|
"java.project.referencedLibraries": [
|
||||||
"${HOME}/.bld/dist/bld-1.7.2.jar",
|
"${HOME}/.bld/dist/bld-1.7.5.jar",
|
||||||
"lib/compile/*.jar",
|
"lib/compile/*.jar",
|
||||||
"lib/runtime/*.jar",
|
"lib/runtime/*.jar",
|
||||||
"lib/test/*.jar"
|
"lib/test/*.jar"
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[](https://opensource.org/licenses/Apache-2.0)
|
[](https://opensource.org/licenses/Apache-2.0)
|
||||||
[](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html)
|
[](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html)
|
||||||
[](https://rife2.com/bld)
|
[](https://rife2.com/bld)
|
||||||
[](https://repo.rife2.com/#/releases/com/uwyn/rife2/bld-pitest)
|
[](https://repo.rife2.com/#/releases/com/uwyn/rife2/bld-pitest)
|
||||||
[](https://repo.rife2.com/#/snapshots/com/uwyn/rife2/bld-pitest)
|
[](https://repo.rife2.com/#/snapshots/com/uwyn/rife2/bld-pitest)
|
||||||
[](https://github.com/rife2/bld-pitest/actions/workflows/bld.yml)
|
[](https://github.com/rife2/bld-pitest/actions/workflows/bld.yml)
|
||||||
|
|
4
examples/.idea/libraries/bld.xml
generated
4
examples/.idea/libraries/bld.xml
generated
|
@ -2,11 +2,11 @@
|
||||||
<library name="bld">
|
<library name="bld">
|
||||||
<CLASSES>
|
<CLASSES>
|
||||||
<root url="file://$PROJECT_DIR$/lib/bld" />
|
<root url="file://$PROJECT_DIR$/lib/bld" />
|
||||||
<root url="jar://$USER_HOME$/.bld/dist/bld-1.7.2.jar!/" />
|
<root url="jar://$USER_HOME$/.bld/dist/bld-1.7.5.jar!/" />
|
||||||
</CLASSES>
|
</CLASSES>
|
||||||
<JAVADOC />
|
<JAVADOC />
|
||||||
<SOURCES>
|
<SOURCES>
|
||||||
<root url="jar://$USER_HOME$/.bld/dist/bld-1.7.2-sources.jar!/" />
|
<root url="jar://$USER_HOME$/.bld/dist/bld-1.7.5-sources.jar!/" />
|
||||||
</SOURCES>
|
</SOURCES>
|
||||||
<excluded>
|
<excluded>
|
||||||
<root url="jar://$PROJECT_DIR$/lib/bld/bld-wrapper.jar!/" />
|
<root url="jar://$PROJECT_DIR$/lib/bld/bld-wrapper.jar!/" />
|
||||||
|
|
2
examples/.vscode/settings.json
vendored
2
examples/.vscode/settings.json
vendored
|
@ -7,7 +7,7 @@
|
||||||
],
|
],
|
||||||
"java.configuration.updateBuildConfiguration": "automatic",
|
"java.configuration.updateBuildConfiguration": "automatic",
|
||||||
"java.project.referencedLibraries": [
|
"java.project.referencedLibraries": [
|
||||||
"${HOME}/.bld/dist/bld-1.7.2.jar",
|
"${HOME}/.bld/dist/bld-1.7.5.jar",
|
||||||
"lib/compile/*.jar",
|
"lib/compile/*.jar",
|
||||||
"lib/runtime/*.jar",
|
"lib/runtime/*.jar",
|
||||||
"lib/test/*.jar"
|
"lib/test/*.jar"
|
||||||
|
|
Binary file not shown.
|
@ -4,4 +4,4 @@ bld.extensions=com.uwyn.rife2:bld-pitest:0.9.0-SNAPSHOT
|
||||||
bld.repositories=MAVEN_LOCAL,MAVEN_CENTRAL,RIFE2_RELEASES
|
bld.repositories=MAVEN_LOCAL,MAVEN_CENTRAL,RIFE2_RELEASES
|
||||||
bld.downloadLocation=
|
bld.downloadLocation=
|
||||||
bld.sourceDirectories=
|
bld.sourceDirectories=
|
||||||
bld.version=1.7.2
|
bld.version=1.7.5
|
||||||
|
|
|
@ -15,12 +15,12 @@
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class='na'>
|
<td class='na'>
|
||||||
<a name='org.pitest.mutationtest.report.html.SourceFile@5609159b_1'/>
|
<a name='org.pitest.mutationtest.report.html.SourceFile@4e3958e7_1'/>
|
||||||
1
|
1
|
||||||
</td>
|
</td>
|
||||||
<td class=''>
|
<td class=''>
|
||||||
<span class='pop'>
|
<span class='pop'>
|
||||||
<a href='#grouporg.pitest.mutationtest.report.html.SourceFile@5609159b_1'></a>
|
<a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4e3958e7_1'></a>
|
||||||
<span>
|
<span>
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
@ -30,12 +30,12 @@
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class='na'>
|
<td class='na'>
|
||||||
<a name='org.pitest.mutationtest.report.html.SourceFile@5609159b_2'/>
|
<a name='org.pitest.mutationtest.report.html.SourceFile@4e3958e7_2'/>
|
||||||
2
|
2
|
||||||
</td>
|
</td>
|
||||||
<td class=''>
|
<td class=''>
|
||||||
<span class='pop'>
|
<span class='pop'>
|
||||||
<a href='#grouporg.pitest.mutationtest.report.html.SourceFile@5609159b_2'></a>
|
<a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4e3958e7_2'></a>
|
||||||
<span>
|
<span>
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
@ -45,12 +45,12 @@
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class='covered'>
|
<td class='covered'>
|
||||||
<a name='org.pitest.mutationtest.report.html.SourceFile@5609159b_3'/>
|
<a name='org.pitest.mutationtest.report.html.SourceFile@4e3958e7_3'/>
|
||||||
3
|
3
|
||||||
</td>
|
</td>
|
||||||
<td class=''>
|
<td class=''>
|
||||||
<span class='pop'>
|
<span class='pop'>
|
||||||
<a href='#grouporg.pitest.mutationtest.report.html.SourceFile@5609159b_3'></a>
|
<a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4e3958e7_3'></a>
|
||||||
<span>
|
<span>
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
@ -60,12 +60,12 @@
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class='na'>
|
<td class='na'>
|
||||||
<a name='org.pitest.mutationtest.report.html.SourceFile@5609159b_4'/>
|
<a name='org.pitest.mutationtest.report.html.SourceFile@4e3958e7_4'/>
|
||||||
4
|
4
|
||||||
</td>
|
</td>
|
||||||
<td class=''>
|
<td class=''>
|
||||||
<span class='pop'>
|
<span class='pop'>
|
||||||
<a href='#grouporg.pitest.mutationtest.report.html.SourceFile@5609159b_4'></a>
|
<a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4e3958e7_4'></a>
|
||||||
<span>
|
<span>
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
@ -75,12 +75,12 @@
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class='covered'>
|
<td class='covered'>
|
||||||
<a name='org.pitest.mutationtest.report.html.SourceFile@5609159b_5'/>
|
<a name='org.pitest.mutationtest.report.html.SourceFile@4e3958e7_5'/>
|
||||||
5
|
5
|
||||||
</td>
|
</td>
|
||||||
<td class='killed'>
|
<td class='killed'>
|
||||||
<span class='pop'>
|
<span class='pop'>
|
||||||
<a href='#grouporg.pitest.mutationtest.report.html.SourceFile@5609159b_5'>1</a>
|
<a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4e3958e7_5'>1</a>
|
||||||
<span>
|
<span>
|
||||||
1. getMessage : replaced return value with "" for com/example/ExamplesLib::getMessage → KILLED<br/>
|
1. getMessage : replaced return value with "" for com/example/ExamplesLib::getMessage → KILLED<br/>
|
||||||
|
|
||||||
|
@ -92,12 +92,12 @@
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class='na'>
|
<td class='na'>
|
||||||
<a name='org.pitest.mutationtest.report.html.SourceFile@5609159b_6'/>
|
<a name='org.pitest.mutationtest.report.html.SourceFile@4e3958e7_6'/>
|
||||||
6
|
6
|
||||||
</td>
|
</td>
|
||||||
<td class=''>
|
<td class=''>
|
||||||
<span class='pop'>
|
<span class='pop'>
|
||||||
<a href='#grouporg.pitest.mutationtest.report.html.SourceFile@5609159b_6'></a>
|
<a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4e3958e7_6'></a>
|
||||||
<span>
|
<span>
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
@ -107,12 +107,12 @@
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class='na'>
|
<td class='na'>
|
||||||
<a name='org.pitest.mutationtest.report.html.SourceFile@5609159b_7'/>
|
<a name='org.pitest.mutationtest.report.html.SourceFile@4e3958e7_7'/>
|
||||||
7
|
7
|
||||||
</td>
|
</td>
|
||||||
<td class=''>
|
<td class=''>
|
||||||
<span class='pop'>
|
<span class='pop'>
|
||||||
<a href='#grouporg.pitest.mutationtest.report.html.SourceFile@5609159b_7'></a>
|
<a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4e3958e7_7'></a>
|
||||||
<span>
|
<span>
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
@ -124,11 +124,11 @@
|
||||||
<tr><td></td><td></td><td><h2>Mutations</h2></td></tr>
|
<tr><td></td><td></td><td><h2>Mutations</h2></td></tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href='#org.pitest.mutationtest.report.html.SourceFile@5609159b_5'>5</a></td>
|
<td><a href='#org.pitest.mutationtest.report.html.SourceFile@4e3958e7_5'>5</a></td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>
|
<td>
|
||||||
|
|
||||||
<a name='grouporg.pitest.mutationtest.report.html.SourceFile@5609159b_5'/>
|
<a name='grouporg.pitest.mutationtest.report.html.SourceFile@4e3958e7_5'/>
|
||||||
|
|
||||||
<p class='KILLED'><span class='pop'>1.<span><b>1</b><br/><b>Location : </b>getMessage<br/><b>Killed by : </b>com.example.ExamplesTest.[engine:junit-jupiter]/[class:com.example.ExamplesTest]/[method:verifyHello()]</span></span> replaced return value with "" for com/example/ExamplesLib::getMessage → KILLED</p>
|
<p class='KILLED'><span class='pop'>1.<span><b>1</b><br/><b>Location : </b>getMessage<br/><b>Killed by : </b>com.example.ExamplesTest.[engine:junit-jupiter]/[class:com.example.ExamplesTest]/[method:verifyHello()]</span></span> replaced return value with "" for com/example/ExamplesLib::getMessage → KILLED</p>
|
||||||
</td>
|
</td>
|
||||||
|
@ -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()] (7 ms)</li>
|
<li>com.example.ExamplesTest.[engine:junit-jupiter]/[class:com.example.ExamplesTest]/[method:verifyHello()] (8 ms)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|
|
@ -15,12 +15,12 @@
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class='na'>
|
<td class='na'>
|
||||||
<a name='org.pitest.mutationtest.report.html.SourceFile@2f465398_1'/>
|
<a name='org.pitest.mutationtest.report.html.SourceFile@c86b9e3_1'/>
|
||||||
1
|
1
|
||||||
</td>
|
</td>
|
||||||
<td class=''>
|
<td class=''>
|
||||||
<span class='pop'>
|
<span class='pop'>
|
||||||
<a href='#grouporg.pitest.mutationtest.report.html.SourceFile@2f465398_1'></a>
|
<a href='#grouporg.pitest.mutationtest.report.html.SourceFile@c86b9e3_1'></a>
|
||||||
<span>
|
<span>
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
@ -30,12 +30,12 @@
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class='na'>
|
<td class='na'>
|
||||||
<a name='org.pitest.mutationtest.report.html.SourceFile@2f465398_2'/>
|
<a name='org.pitest.mutationtest.report.html.SourceFile@c86b9e3_2'/>
|
||||||
2
|
2
|
||||||
</td>
|
</td>
|
||||||
<td class=''>
|
<td class=''>
|
||||||
<span class='pop'>
|
<span class='pop'>
|
||||||
<a href='#grouporg.pitest.mutationtest.report.html.SourceFile@2f465398_2'></a>
|
<a href='#grouporg.pitest.mutationtest.report.html.SourceFile@c86b9e3_2'></a>
|
||||||
<span>
|
<span>
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
@ -45,12 +45,12 @@
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class='na'>
|
<td class='na'>
|
||||||
<a name='org.pitest.mutationtest.report.html.SourceFile@2f465398_3'/>
|
<a name='org.pitest.mutationtest.report.html.SourceFile@c86b9e3_3'/>
|
||||||
3
|
3
|
||||||
</td>
|
</td>
|
||||||
<td class=''>
|
<td class=''>
|
||||||
<span class='pop'>
|
<span class='pop'>
|
||||||
<a href='#grouporg.pitest.mutationtest.report.html.SourceFile@2f465398_3'></a>
|
<a href='#grouporg.pitest.mutationtest.report.html.SourceFile@c86b9e3_3'></a>
|
||||||
<span>
|
<span>
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
@ -60,12 +60,12 @@
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class='na'>
|
<td class='na'>
|
||||||
<a name='org.pitest.mutationtest.report.html.SourceFile@2f465398_4'/>
|
<a name='org.pitest.mutationtest.report.html.SourceFile@c86b9e3_4'/>
|
||||||
4
|
4
|
||||||
</td>
|
</td>
|
||||||
<td class=''>
|
<td class=''>
|
||||||
<span class='pop'>
|
<span class='pop'>
|
||||||
<a href='#grouporg.pitest.mutationtest.report.html.SourceFile@2f465398_4'></a>
|
<a href='#grouporg.pitest.mutationtest.report.html.SourceFile@c86b9e3_4'></a>
|
||||||
<span>
|
<span>
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
@ -75,12 +75,12 @@
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class='na'>
|
<td class='na'>
|
||||||
<a name='org.pitest.mutationtest.report.html.SourceFile@2f465398_5'/>
|
<a name='org.pitest.mutationtest.report.html.SourceFile@c86b9e3_5'/>
|
||||||
5
|
5
|
||||||
</td>
|
</td>
|
||||||
<td class=''>
|
<td class=''>
|
||||||
<span class='pop'>
|
<span class='pop'>
|
||||||
<a href='#grouporg.pitest.mutationtest.report.html.SourceFile@2f465398_5'></a>
|
<a href='#grouporg.pitest.mutationtest.report.html.SourceFile@c86b9e3_5'></a>
|
||||||
<span>
|
<span>
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
@ -90,12 +90,12 @@
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class='na'>
|
<td class='na'>
|
||||||
<a name='org.pitest.mutationtest.report.html.SourceFile@2f465398_6'/>
|
<a name='org.pitest.mutationtest.report.html.SourceFile@c86b9e3_6'/>
|
||||||
6
|
6
|
||||||
</td>
|
</td>
|
||||||
<td class=''>
|
<td class=''>
|
||||||
<span class='pop'>
|
<span class='pop'>
|
||||||
<a href='#grouporg.pitest.mutationtest.report.html.SourceFile@2f465398_6'></a>
|
<a href='#grouporg.pitest.mutationtest.report.html.SourceFile@c86b9e3_6'></a>
|
||||||
<span>
|
<span>
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
@ -105,12 +105,12 @@
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class='covered'>
|
<td class='covered'>
|
||||||
<a name='org.pitest.mutationtest.report.html.SourceFile@2f465398_7'/>
|
<a name='org.pitest.mutationtest.report.html.SourceFile@c86b9e3_7'/>
|
||||||
7
|
7
|
||||||
</td>
|
</td>
|
||||||
<td class=''>
|
<td class=''>
|
||||||
<span class='pop'>
|
<span class='pop'>
|
||||||
<a href='#grouporg.pitest.mutationtest.report.html.SourceFile@2f465398_7'></a>
|
<a href='#grouporg.pitest.mutationtest.report.html.SourceFile@c86b9e3_7'></a>
|
||||||
<span>
|
<span>
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
@ -120,12 +120,12 @@
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class='na'>
|
<td class='na'>
|
||||||
<a name='org.pitest.mutationtest.report.html.SourceFile@2f465398_8'/>
|
<a name='org.pitest.mutationtest.report.html.SourceFile@c86b9e3_8'/>
|
||||||
8
|
8
|
||||||
</td>
|
</td>
|
||||||
<td class=''>
|
<td class=''>
|
||||||
<span class='pop'>
|
<span class='pop'>
|
||||||
<a href='#grouporg.pitest.mutationtest.report.html.SourceFile@2f465398_8'></a>
|
<a href='#grouporg.pitest.mutationtest.report.html.SourceFile@c86b9e3_8'></a>
|
||||||
<span>
|
<span>
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
@ -135,12 +135,12 @@
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class='na'>
|
<td class='na'>
|
||||||
<a name='org.pitest.mutationtest.report.html.SourceFile@2f465398_9'/>
|
<a name='org.pitest.mutationtest.report.html.SourceFile@c86b9e3_9'/>
|
||||||
9
|
9
|
||||||
</td>
|
</td>
|
||||||
<td class=''>
|
<td class=''>
|
||||||
<span class='pop'>
|
<span class='pop'>
|
||||||
<a href='#grouporg.pitest.mutationtest.report.html.SourceFile@2f465398_9'></a>
|
<a href='#grouporg.pitest.mutationtest.report.html.SourceFile@c86b9e3_9'></a>
|
||||||
<span>
|
<span>
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
@ -150,12 +150,12 @@
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class='covered'>
|
<td class='covered'>
|
||||||
<a name='org.pitest.mutationtest.report.html.SourceFile@2f465398_10'/>
|
<a name='org.pitest.mutationtest.report.html.SourceFile@c86b9e3_10'/>
|
||||||
10
|
10
|
||||||
</td>
|
</td>
|
||||||
<td class='survived'>
|
<td class='survived'>
|
||||||
<span class='pop'>
|
<span class='pop'>
|
||||||
<a href='#grouporg.pitest.mutationtest.report.html.SourceFile@2f465398_10'>1</a>
|
<a href='#grouporg.pitest.mutationtest.report.html.SourceFile@c86b9e3_10'>1</a>
|
||||||
<span>
|
<span>
|
||||||
1. verifyHello : removed call to org/junit/jupiter/api/Assertions::assertEquals → SURVIVED<br/>
|
1. verifyHello : removed call to org/junit/jupiter/api/Assertions::assertEquals → SURVIVED<br/>
|
||||||
|
|
||||||
|
@ -167,12 +167,12 @@
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class='covered'>
|
<td class='covered'>
|
||||||
<a name='org.pitest.mutationtest.report.html.SourceFile@2f465398_11'/>
|
<a name='org.pitest.mutationtest.report.html.SourceFile@c86b9e3_11'/>
|
||||||
11
|
11
|
||||||
</td>
|
</td>
|
||||||
<td class=''>
|
<td class=''>
|
||||||
<span class='pop'>
|
<span class='pop'>
|
||||||
<a href='#grouporg.pitest.mutationtest.report.html.SourceFile@2f465398_11'></a>
|
<a href='#grouporg.pitest.mutationtest.report.html.SourceFile@c86b9e3_11'></a>
|
||||||
<span>
|
<span>
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
@ -182,12 +182,12 @@
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class='na'>
|
<td class='na'>
|
||||||
<a name='org.pitest.mutationtest.report.html.SourceFile@2f465398_12'/>
|
<a name='org.pitest.mutationtest.report.html.SourceFile@c86b9e3_12'/>
|
||||||
12
|
12
|
||||||
</td>
|
</td>
|
||||||
<td class=''>
|
<td class=''>
|
||||||
<span class='pop'>
|
<span class='pop'>
|
||||||
<a href='#grouporg.pitest.mutationtest.report.html.SourceFile@2f465398_12'></a>
|
<a href='#grouporg.pitest.mutationtest.report.html.SourceFile@c86b9e3_12'></a>
|
||||||
<span>
|
<span>
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
@ -199,11 +199,11 @@
|
||||||
<tr><td></td><td></td><td><h2>Mutations</h2></td></tr>
|
<tr><td></td><td></td><td><h2>Mutations</h2></td></tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href='#org.pitest.mutationtest.report.html.SourceFile@2f465398_10'>10</a></td>
|
<td><a href='#org.pitest.mutationtest.report.html.SourceFile@c86b9e3_10'>10</a></td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>
|
<td>
|
||||||
|
|
||||||
<a name='grouporg.pitest.mutationtest.report.html.SourceFile@2f465398_10'/>
|
<a name='grouporg.pitest.mutationtest.report.html.SourceFile@c86b9e3_10'/>
|
||||||
|
|
||||||
<p class='SURVIVED'><span class='pop'>1.<span><b>1</b><br/><b>Location : </b>verifyHello<br/><b>Killed by : </b>none</span></span> removed call to org/junit/jupiter/api/Assertions::assertEquals → SURVIVED</p>
|
<p class='SURVIVED'><span class='pop'>1.<span><b>1</b><br/><b>Location : </b>verifyHello<br/><b>Killed by : </b>none</span></span> removed call to org/junit/jupiter/api/Assertions::assertEquals → SURVIVED</p>
|
||||||
</td>
|
</td>
|
||||||
|
@ -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()] (7 ms)</li>
|
<li>com.example.ExamplesTest.[engine:junit-jupiter]/[class:com.example.ExamplesTest]/[method:verifyHello()] (8 ms)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|
|
@ -22,8 +22,8 @@ public class ExamplesBuild extends Project {
|
||||||
repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES);
|
repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES);
|
||||||
|
|
||||||
scope(test)
|
scope(test)
|
||||||
.include(dependency("org.pitest", "pitest", version(1, 14, 4)))
|
.include(dependency("org.pitest", "pitest", version(1, 15, 1)))
|
||||||
.include(dependency("org.pitest", "pitest-command-line", version(1, 14, 4)))
|
.include(dependency("org.pitest", "pitest-command-line", version(1, 15, 1)))
|
||||||
.include(dependency("org.pitest", "pitest-junit5-plugin", version(1, 2, 0)))
|
.include(dependency("org.pitest", "pitest-junit5-plugin", version(1, 2, 0)))
|
||||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 10, 0)))
|
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 10, 0)))
|
||||||
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 10, 0)));
|
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 10, 0)));
|
||||||
|
|
Binary file not shown.
|
@ -5,4 +5,4 @@ bld.extension-jacoco=com.uwyn.rife2:bld-jacoco-report:0.9.0
|
||||||
bld.repositories=MAVEN_CENTRAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
|
bld.repositories=MAVEN_CENTRAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
|
||||||
bld.downloadLocation=
|
bld.downloadLocation=
|
||||||
bld.sourceDirectories=
|
bld.sourceDirectories=
|
||||||
bld.version=1.7.2
|
bld.version=1.7.5
|
||||||
|
|
|
@ -42,15 +42,17 @@ public class PitestOperationBuild extends Project {
|
||||||
autoDownloadPurge = true;
|
autoDownloadPurge = true;
|
||||||
repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES);
|
repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES);
|
||||||
|
|
||||||
|
var pitest = version(1, 15, 1);
|
||||||
scope(compile)
|
scope(compile)
|
||||||
.include(dependency("com.uwyn.rife2", "bld", version(1, 7, 2)));
|
.include(dependency("com.uwyn.rife2", "bld", version(1, 7, 5)));
|
||||||
scope(test)
|
scope(test)
|
||||||
.include(dependency("org.pitest", "pitest", version(1, 14, 4)))
|
.include(dependency("org.pitest", "pitest", pitest))
|
||||||
.include(dependency("org.pitest", "pitest-command-line", version(1, 14, 4)))
|
.include(dependency("org.pitest", "pitest-command-line", pitest))
|
||||||
.include(dependency("org.pitest", "pitest-junit5-plugin", version(1,2, 0)))
|
.include(dependency("org.pitest", "pitest-junit5-plugin", version(1,2, 0)))
|
||||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 10, 0)))
|
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 10, 0)))
|
||||||
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 10, 0)))
|
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 10, 0)))
|
||||||
.include(dependency("org.assertj:assertj-joda-time:2.2.0"));
|
.include(dependency("org.assertj", "assertj-core", version(3, 24, 2)));
|
||||||
|
|
||||||
javadocOperation()
|
javadocOperation()
|
||||||
.javadocOptions()
|
.javadocOptions()
|
||||||
.docLint(NO_MISSING)
|
.docLint(NO_MISSING)
|
||||||
|
@ -94,4 +96,4 @@ public class PitestOperationBuild extends Project {
|
||||||
.ruleSets("config/pmd.xml")
|
.ruleSets("config/pmd.xml")
|
||||||
.execute();
|
.execute();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -605,7 +605,7 @@ public class PitestOperation extends AbstractProcessOperation<PitestOperation> {
|
||||||
/**
|
/**
|
||||||
* The classes to be mutated. This is expressed as a list of globs.
|
* The classes to be mutated. This is expressed as a list of globs.
|
||||||
* <p>
|
* <p>
|
||||||
* For example
|
* For example:
|
||||||
* <p><ul>
|
* <p><ul>
|
||||||
* <li>{@code com.myompany.*}</li>
|
* <li>{@code com.myompany.*}</li>
|
||||||
* <li>{@code com.mycompany.package.*, com.mycompany.packageB.Foo, com.partner.*}</li>
|
* <li>{@code com.mycompany.package.*, com.mycompany.packageB.Foo, com.partner.*}</li>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue