This commit is contained in:
@@ -650,7 +650,7 @@ code + .copy-button {
|
||||
<script type="text/javascript">
|
||||
function configurationCacheProblems() { return (
|
||||
// begin-report-data
|
||||
{"diagnostics":[{"locations":[{}],"problem":[{"text":"Properties should be assigned using the 'propName = value' syntax. Setting a property via the Gradle-generated 'propName value' or 'propName(value)' syntax in Groovy DSL has been deprecated."}],"severity":"WARNING","problemDetails":[{"text":"This is scheduled to be removed in Gradle 10.0."}],"contextualLabel":"Properties should be assigned using the 'propName = value' syntax. Setting a property via the Gradle-generated 'propName value' or 'propName(value)' syntax in Groovy DSL has been deprecated.","documentationLink":"https://docs.gradle.org/8.14/userguide/upgrading_version_8.html#groovy_space_assignment_syntax","problemId":[{"name":"deprecation","displayName":"Deprecation"},{"name":"properties-should-be-assigned-using-the-propname-value-syntax-setting-a-property-via-the-gradle-generated-propname-value-or-propname-value-syntax-in-groovy-dsl","displayName":"Properties should be assigned using the 'propName = value' syntax. Setting a property via the Gradle-generated 'propName value' or 'propName(value)' syntax in Groovy DSL has been deprecated."}],"solutions":[[{"text":"Use assignment ('destination = <value>') instead."}]]},{"locations":[{}],"problem":[{"text":"The Report.destination property has been deprecated."}],"severity":"WARNING","problemDetails":[{"text":"This is scheduled to be removed in Gradle 9.0."}],"contextualLabel":"The Report.destination property has been deprecated.","documentationLink":"https://docs.gradle.org/8.14/dsl/org.gradle.api.reporting.Report.html#org.gradle.api.reporting.Report:destination","problemId":[{"name":"deprecation","displayName":"Deprecation"},{"name":"the-report-destination-property-has-been-deprecated","displayName":"The Report.destination property has been deprecated."}],"solutions":[[{"text":"Please use the outputLocation property instead."}]]}],"problemsReport":{"totalProblemCount":2,"buildName":"GSE2TaskTracker","requestedTasks":"","documentationLink":"https://docs.gradle.org/8.14/userguide/reporting_problems.html","documentationLinkCaption":"Problem report","summaries":[]}}
|
||||
{"diagnostics":[{"locations":[{}],"problem":[{"text":"Properties should be assigned using the 'propName = value' syntax. Setting a property via the Gradle-generated 'propName value' or 'propName(value)' syntax in Groovy DSL has been deprecated."}],"severity":"WARNING","problemDetails":[{"text":"This is scheduled to be removed in Gradle 10.0."}],"contextualLabel":"Properties should be assigned using the 'propName = value' syntax. Setting a property via the Gradle-generated 'propName value' or 'propName(value)' syntax in Groovy DSL has been deprecated.","documentationLink":"https://docs.gradle.org/8.14/userguide/upgrading_version_8.html#groovy_space_assignment_syntax","problemId":[{"name":"deprecation","displayName":"Deprecation"},{"name":"properties-should-be-assigned-using-the-propname-value-syntax-setting-a-property-via-the-gradle-generated-propname-value-or-propname-value-syntax-in-groovy-dsl","displayName":"Properties should be assigned using the 'propName = value' syntax. Setting a property via the Gradle-generated 'propName value' or 'propName(value)' syntax in Groovy DSL has been deprecated."}],"solutions":[[{"text":"Use assignment ('destination = <value>') instead."}]]},{"locations":[{}],"problem":[{"text":"The Report.destination property has been deprecated."}],"severity":"WARNING","problemDetails":[{"text":"This is scheduled to be removed in Gradle 9.0."}],"contextualLabel":"The Report.destination property has been deprecated.","documentationLink":"https://docs.gradle.org/8.14/dsl/org.gradle.api.reporting.Report.html#org.gradle.api.reporting.Report:destination","problemId":[{"name":"deprecation","displayName":"Deprecation"},{"name":"the-report-destination-property-has-been-deprecated","displayName":"The Report.destination property has been deprecated."}],"solutions":[[{"text":"Please use the outputLocation property instead."}]]}],"problemsReport":{"totalProblemCount":2,"buildName":"GSE2TaskTracker","requestedTasks":":test","documentationLink":"https://docs.gradle.org/8.14/userguide/reporting_problems.html","documentationLinkCaption":"Problem report","summaries":[]}}
|
||||
// end-report-data
|
||||
);}
|
||||
</script>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<tr>
|
||||
<td>
|
||||
<div class="infoBox" id="tests">
|
||||
<div class="counter">6</div>
|
||||
<div class="counter">7</div>
|
||||
<p>tests</p>
|
||||
</div>
|
||||
</td>
|
||||
@@ -41,7 +41,7 @@
|
||||
</td>
|
||||
<td>
|
||||
<div class="infoBox" id="duration">
|
||||
<div class="counter">0.011s</div>
|
||||
<div class="counter">4.240s</div>
|
||||
<p>duration</p>
|
||||
</div>
|
||||
</td>
|
||||
@@ -76,39 +76,45 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tr>
|
||||
<td class="success">Create a new TaskManager and test Connecton</td>
|
||||
<td class="success">assertCreateNewTaskManager()</td>
|
||||
<td class="success">4.028s</td>
|
||||
<td class="success">passed</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="success">Assert an IllegalArgumentException when calling a non-Existing Task</td>
|
||||
<td class="success">assertExceptionOnCallingANonextistingTask()</td>
|
||||
<td class="success">0s</td>
|
||||
<td class="success">0.011s</td>
|
||||
<td class="success">passed</td>
|
||||
</tr>
|
||||
<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">0.001s</td>
|
||||
<td class="success">0.011s</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">0.001s</td>
|
||||
<td class="success">0.019s</td>
|
||||
<td class="success">passed</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="success">Assert an IllegalArgumentException when delete a existing Task with wrong arguments</td>
|
||||
<td class="success">assertExceptionOnDeletingTask()</td>
|
||||
<td class="success">0.001s</td>
|
||||
<td class="success">0.012s</td>
|
||||
<td class="success">passed</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="success">Assert an IllegalArgumentException when you edit a exits Task</td>
|
||||
<td class="success">assertExceptionOnEditATask()</td>
|
||||
<td class="success">0.008s</td>
|
||||
<td class="success">0.150s</td>
|
||||
<td class="success">passed</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="success">Get a Exeption by setWorker and getWorker</td>
|
||||
<td class="success">assertExeptionBySetAndGetAuthorOfATask()</td>
|
||||
<td class="success">0s</td>
|
||||
<td class="success">0.009s</td>
|
||||
<td class="success">passed</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -121,7 +127,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:31:10</p>
|
||||
<a href="https://www.gradle.org">Gradle 8.14</a> at 06.12.2025, 20:04:50</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<tr>
|
||||
<td>
|
||||
<div class="infoBox" id="tests">
|
||||
<div class="counter">5</div>
|
||||
<div class="counter">6</div>
|
||||
<p>tests</p>
|
||||
</div>
|
||||
</td>
|
||||
@@ -41,7 +41,7 @@
|
||||
</td>
|
||||
<td>
|
||||
<div class="infoBox" id="duration">
|
||||
<div class="counter">0.003s</div>
|
||||
<div class="counter">0.057s</div>
|
||||
<p>duration</p>
|
||||
</div>
|
||||
</td>
|
||||
@@ -78,31 +78,37 @@
|
||||
<tr>
|
||||
<td class="success">Check TaskList if Task there</td>
|
||||
<td class="success">assertCheckTaskListForTask()</td>
|
||||
<td class="success">0s</td>
|
||||
<td class="success">0.010s</td>
|
||||
<td class="success">passed</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="success">Create a new Task</td>
|
||||
<td class="success">assertCreateNewTask()</td>
|
||||
<td class="success">0.001s</td>
|
||||
<td class="success">0.008s</td>
|
||||
<td class="success">passed</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="success">Create a new TaskManager and test Connecton</td>
|
||||
<td class="success">assertCreateNewTaskManager()</td>
|
||||
<td class="success">0.009s</td>
|
||||
<td class="success">passed</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="success">Delete Task</td>
|
||||
<td class="success">assertDeleteTask()</td>
|
||||
<td class="success">0.001s</td>
|
||||
<td class="success">0.011s</td>
|
||||
<td class="success">passed</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="success">Edit Task</td>
|
||||
<td class="success">assertEditATask()</td>
|
||||
<td class="success">0.001s</td>
|
||||
<td class="success">0.010s</td>
|
||||
<td class="success">passed</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="success">Set Author of a Task</td>
|
||||
<td class="success">assertSetAuthorOfATask()</td>
|
||||
<td class="success">0s</td>
|
||||
<td class="success">0.009s</td>
|
||||
<td class="success">passed</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -115,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:31:10</p>
|
||||
<a href="https://www.gradle.org">Gradle 8.14</a> at 06.12.2025, 20:04:50</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<tr>
|
||||
<td>
|
||||
<div class="infoBox" id="tests">
|
||||
<div class="counter">11</div>
|
||||
<div class="counter">13</div>
|
||||
<p>tests</p>
|
||||
</div>
|
||||
</td>
|
||||
@@ -38,7 +38,7 @@
|
||||
</td>
|
||||
<td>
|
||||
<div class="infoBox" id="duration">
|
||||
<div class="counter">0.014s</div>
|
||||
<div class="counter">4.297s</div>
|
||||
<p>duration</p>
|
||||
</div>
|
||||
</td>
|
||||
@@ -82,10 +82,10 @@
|
||||
<td class="success">
|
||||
<a href="packages/project.html">project</a>
|
||||
</td>
|
||||
<td>11</td>
|
||||
<td>13</td>
|
||||
<td>0</td>
|
||||
<td>0</td>
|
||||
<td>0.014s</td>
|
||||
<td>4.297s</td>
|
||||
<td class="success">100%</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -109,20 +109,20 @@
|
||||
<td class="success">
|
||||
<a href="classes/project.BadCaseTaskTest.html">project.BadCaseTaskTest</a>
|
||||
</td>
|
||||
<td>6</td>
|
||||
<td>7</td>
|
||||
<td>0</td>
|
||||
<td>0</td>
|
||||
<td>0.011s</td>
|
||||
<td>4.240s</td>
|
||||
<td class="success">100%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="success">
|
||||
<a href="classes/project.GoodCaseTaskTest.html">project.GoodCaseTaskTest</a>
|
||||
</td>
|
||||
<td>5</td>
|
||||
<td>6</td>
|
||||
<td>0</td>
|
||||
<td>0</td>
|
||||
<td>0.003s</td>
|
||||
<td>0.057s</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:31:10</p>
|
||||
<a href="https://www.gradle.org">Gradle 8.14</a> at 06.12.2025, 20:04:50</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr>
|
||||
<td>
|
||||
<div class="infoBox" id="tests">
|
||||
<div class="counter">11</div>
|
||||
<div class="counter">13</div>
|
||||
<p>tests</p>
|
||||
</div>
|
||||
</td>
|
||||
@@ -40,7 +40,7 @@
|
||||
</td>
|
||||
<td>
|
||||
<div class="infoBox" id="duration">
|
||||
<div class="counter">0.014s</div>
|
||||
<div class="counter">4.297s</div>
|
||||
<p>duration</p>
|
||||
</div>
|
||||
</td>
|
||||
@@ -80,20 +80,20 @@
|
||||
<td class="success">
|
||||
<a href="../classes/project.BadCaseTaskTest.html">BadCaseTaskTest</a>
|
||||
</td>
|
||||
<td>6</td>
|
||||
<td>7</td>
|
||||
<td>0</td>
|
||||
<td>0</td>
|
||||
<td>0.011s</td>
|
||||
<td>4.240s</td>
|
||||
<td class="success">100%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="success">
|
||||
<a href="../classes/project.GoodCaseTaskTest.html">GoodCaseTaskTest</a>
|
||||
</td>
|
||||
<td>5</td>
|
||||
<td>6</td>
|
||||
<td>0</td>
|
||||
<td>0</td>
|
||||
<td>0.003s</td>
|
||||
<td>0.057s</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:31:10</p>
|
||||
<a href="https://www.gradle.org">Gradle 8.14</a> at 06.12.2025, 20:04:50</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user