This commit is contained in:
Jan-Philipp Luithardt
2025-12-03 18:15:16 +01:00
parent c35218453f
commit f09564dfb0
22 changed files with 727 additions and 44 deletions

View File

@@ -0,0 +1,7 @@
GROUP,PACKAGE,CLASS,INSTRUCTION_MISSED,INSTRUCTION_COVERED,BRANCH_MISSED,BRANCH_COVERED,LINE_MISSED,LINE_COVERED,COMPLEXITY_MISSED,COMPLEXITY_COVERED,METHOD_MISSED,METHOD_COVERED
GSE2TaskTracker,hhn.temp.project,Task,0,115,0,16,0,36,0,19,0,11
GSE2TaskTracker,hhn.temp.project,TaskManager,0,191,0,22,0,35,0,23,0,12
GSE2TaskTracker,hhn.temp.project,Main,0,3,0,0,0,1,0,1,0,1
GSE2TaskTracker,hhn.temp.project,TaskStatus,0,21,0,0,0,2,0,1,0,1
GSE2TaskTracker,hhn.temp.project.expections,TaskAlreadyExistsException,0,4,0,0,0,2,0,1,0,1
GSE2TaskTracker,hhn.temp.project.expections,TaskHasNoWorkerException,0,4,0,0,0,2,0,1,0,1
1 GROUP PACKAGE CLASS INSTRUCTION_MISSED INSTRUCTION_COVERED BRANCH_MISSED BRANCH_COVERED LINE_MISSED LINE_COVERED COMPLEXITY_MISSED COMPLEXITY_COVERED METHOD_MISSED METHOD_COVERED
2 GSE2TaskTracker hhn.temp.project Task 0 115 0 16 0 36 0 19 0 11
3 GSE2TaskTracker hhn.temp.project TaskManager 0 191 0 22 0 35 0 23 0 12
4 GSE2TaskTracker hhn.temp.project Main 0 3 0 0 0 1 0 1 0 1
5 GSE2TaskTracker hhn.temp.project TaskStatus 0 21 0 0 0 2 0 1 0 1
6 GSE2TaskTracker hhn.temp.project.expections TaskAlreadyExistsException 0 4 0 0 0 2 0 1 0 1
7 GSE2TaskTracker hhn.temp.project.expections TaskHasNoWorkerException 0 4 0 0 0 2 0 1 0 1

File diff suppressed because one or more lines are too long

View File

@@ -41,7 +41,7 @@
</td>
<td>
<div class="infoBox" id="duration">
<div class="counter">0.008s</div>
<div class="counter">0.011s</div>
<p>duration</p>
</div>
</td>
@@ -84,13 +84,13 @@
<tr>
<td class="success">Assert an IllegalArgumentException when you create a new Task with no or wrong Name, Description</td>
<td class="success">assertExceptionOnCreateNewTask()</td>
<td class="success">0s</td>
<td class="success">0.001s</td>
<td class="success">passed</td>
</tr>
<tr>
<td class="success">Assert an IllegalArgumentException when you create a new Task with the same Name of a exits Task</td>
<td class="success">assertExceptionOnCreateNewTaskWithExitsName()</td>
<td class="success">0s</td>
<td class="success">0.001s</td>
<td class="success">passed</td>
</tr>
<tr>
@@ -102,7 +102,7 @@
<tr>
<td class="success">Assert an IllegalArgumentException when you edit a exits Task</td>
<td class="success">assertExceptionOnEditATask()</td>
<td class="success">0.007s</td>
<td class="success">0.008s</td>
<td class="success">passed</td>
</tr>
<tr>
@@ -121,7 +121,7 @@
<input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/>
</label>
</div>Generated by
<a href="https://www.gradle.org">Gradle 8.14</a> at 03.12.2025, 18:04:12</p>
<a href="https://www.gradle.org">Gradle 8.14</a> at 03.12.2025, 18:15:12</p>
</div>
</div>
</body>

View File

@@ -41,7 +41,7 @@
</td>
<td>
<div class="infoBox" id="duration">
<div class="counter">0.002s</div>
<div class="counter">0.003s</div>
<p>duration</p>
</div>
</td>
@@ -102,7 +102,7 @@
<tr>
<td class="success">Set Author of a Task</td>
<td class="success">assertSetAuthorOfATask()</td>
<td class="success">0s</td>
<td class="success">0.001s</td>
<td class="success">passed</td>
</tr>
</table>
@@ -115,7 +115,7 @@
<input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/>
</label>
</div>Generated by
<a href="https://www.gradle.org">Gradle 8.14</a> at 03.12.2025, 18:04:12</p>
<a href="https://www.gradle.org">Gradle 8.14</a> at 03.12.2025, 18:15:12</p>
</div>
</div>
</body>

View File

@@ -38,7 +38,7 @@
</td>
<td>
<div class="infoBox" id="duration">
<div class="counter">0.010s</div>
<div class="counter">0.014s</div>
<p>duration</p>
</div>
</td>
@@ -85,7 +85,7 @@
<td>11</td>
<td>0</td>
<td>0</td>
<td>0.010s</td>
<td>0.014s</td>
<td class="success">100%</td>
</tr>
</tbody>
@@ -112,7 +112,7 @@
<td>6</td>
<td>0</td>
<td>0</td>
<td>0.008s</td>
<td>0.011s</td>
<td class="success">100%</td>
</tr>
<tr>
@@ -122,7 +122,7 @@
<td>5</td>
<td>0</td>
<td>0</td>
<td>0.002s</td>
<td>0.003s</td>
<td class="success">100%</td>
</tr>
</tbody>
@@ -136,7 +136,7 @@
<input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/>
</label>
</div>Generated by
<a href="https://www.gradle.org">Gradle 8.14</a> at 03.12.2025, 18:04:12</p>
<a href="https://www.gradle.org">Gradle 8.14</a> at 03.12.2025, 18:15:12</p>
</div>
</div>
</body>

View File

@@ -40,7 +40,7 @@
</td>
<td>
<div class="infoBox" id="duration">
<div class="counter">0.010s</div>
<div class="counter">0.014s</div>
<p>duration</p>
</div>
</td>
@@ -83,7 +83,7 @@
<td>6</td>
<td>0</td>
<td>0</td>
<td>0.008s</td>
<td>0.011s</td>
<td class="success">100%</td>
</tr>
<tr>
@@ -93,7 +93,7 @@
<td>5</td>
<td>0</td>
<td>0</td>
<td>0.002s</td>
<td>0.003s</td>
<td class="success">100%</td>
</tr>
</table>
@@ -106,7 +106,7 @@
<input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/>
</label>
</div>Generated by
<a href="https://www.gradle.org">Gradle 8.14</a> at 03.12.2025, 18:04:12</p>
<a href="https://www.gradle.org">Gradle 8.14</a> at 03.12.2025, 18:15:12</p>
</div>
</div>
</body>