fix actions
All checks were successful
Gradle CI with Jacoco and Problems Report / build (push) Successful in 22m7s
All checks were successful
Gradle CI with Jacoco and Problems Report / build (push) Successful in 22m7s
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -29,7 +29,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<div class="infoBox" id="failures">
|
<div class="infoBox" id="failures">
|
||||||
<div class="counter">0</div>
|
<div class="counter">6</div>
|
||||||
<p>failures</p>
|
<p>failures</p>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
@@ -41,7 +41,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<div class="infoBox" id="duration">
|
<div class="infoBox" id="duration">
|
||||||
<div class="counter">4.240s</div>
|
<div class="counter">30.989s</div>
|
||||||
<p>duration</p>
|
<p>duration</p>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
@@ -50,8 +50,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<div class="infoBox success" id="successRate">
|
<div class="infoBox failures" id="successRate">
|
||||||
<div class="percent">100%</div>
|
<div class="percent">14%</div>
|
||||||
<p>successful</p>
|
<p>successful</p>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
@@ -61,10 +61,100 @@
|
|||||||
<div class="tab-container">
|
<div class="tab-container">
|
||||||
<ul class="tabLinks">
|
<ul class="tabLinks">
|
||||||
<li>
|
<li>
|
||||||
|
<a href="#">Failed tests</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
<a href="#">Tests</a>
|
<a href="#">Tests</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="tab">
|
<div class="tab">
|
||||||
|
<h2>Failed tests</h2>
|
||||||
|
<div class="test">
|
||||||
|
<a name="assertExceptionOnCallingANonextistingTask()"></a>
|
||||||
|
<h3 class="failures">Assert an IllegalArgumentException when calling a non-Existing Task</h3>
|
||||||
|
<span class="code">
|
||||||
|
<pre>hhn.temp.project.expections.SQLNoConectionException: Cant connect to the database (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)
|
||||||
|
at app//hhn.temp.project.provider.MySql.connect(MySql.java:35)
|
||||||
|
at app//hhn.temp.project.TaskManager.<init>(TaskManager.java:19)
|
||||||
|
at app//project.BadCaseTaskTest.assertExceptionOnCallingANonextistingTask(BadCaseTaskTest.java:85)
|
||||||
|
at java.base@17.0.16/java.lang.reflect.Method.invoke(Method.java:569)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
</pre>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<div class="test">
|
||||||
|
<a name="assertExceptionOnCreateNewTask()"></a>
|
||||||
|
<h3 class="failures">Assert an IllegalArgumentException when you create a new Task with no or wrong Name, Description</h3>
|
||||||
|
<span class="code">
|
||||||
|
<pre>hhn.temp.project.expections.SQLNoConectionException: Cant connect to the database (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)
|
||||||
|
at app//hhn.temp.project.provider.MySql.connect(MySql.java:35)
|
||||||
|
at app//hhn.temp.project.TaskManager.<init>(TaskManager.java:19)
|
||||||
|
at app//project.BadCaseTaskTest.assertExceptionOnCreateNewTask(BadCaseTaskTest.java:41)
|
||||||
|
at java.base@17.0.16/java.lang.reflect.Method.invoke(Method.java:569)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
</pre>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<div class="test">
|
||||||
|
<a name="assertExceptionOnCreateNewTaskWithExitsName()"></a>
|
||||||
|
<h3 class="failures">Assert an IllegalArgumentException when you create a new Task with the same Name of a exits Task</h3>
|
||||||
|
<span class="code">
|
||||||
|
<pre>hhn.temp.project.expections.SQLNoConectionException: Cant connect to the database (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)
|
||||||
|
at app//hhn.temp.project.provider.MySql.connect(MySql.java:35)
|
||||||
|
at app//hhn.temp.project.TaskManager.<init>(TaskManager.java:19)
|
||||||
|
at app//project.BadCaseTaskTest.assertExceptionOnCreateNewTaskWithExitsName(BadCaseTaskTest.java:56)
|
||||||
|
at java.base@17.0.16/java.lang.reflect.Method.invoke(Method.java:569)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
</pre>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<div class="test">
|
||||||
|
<a name="assertExceptionOnDeletingTask()"></a>
|
||||||
|
<h3 class="failures">Assert an IllegalArgumentException when delete a existing Task with wrong arguments</h3>
|
||||||
|
<span class="code">
|
||||||
|
<pre>hhn.temp.project.expections.SQLNoConectionException: Cant connect to the database (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)
|
||||||
|
at app//hhn.temp.project.provider.MySql.connect(MySql.java:35)
|
||||||
|
at app//hhn.temp.project.TaskManager.<init>(TaskManager.java:19)
|
||||||
|
at app//project.BadCaseTaskTest.assertExceptionOnDeletingTask(BadCaseTaskTest.java:101)
|
||||||
|
at java.base@17.0.16/java.lang.reflect.Method.invoke(Method.java:569)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
</pre>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<div class="test">
|
||||||
|
<a name="assertExceptionOnEditATask()"></a>
|
||||||
|
<h3 class="failures">Assert an IllegalArgumentException when you edit a exits Task</h3>
|
||||||
|
<span class="code">
|
||||||
|
<pre>hhn.temp.project.expections.SQLNoConectionException: Cant connect to the database (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)
|
||||||
|
at app//hhn.temp.project.provider.MySql.connect(MySql.java:35)
|
||||||
|
at app//hhn.temp.project.TaskManager.<init>(TaskManager.java:19)
|
||||||
|
at app//project.BadCaseTaskTest.assertExceptionOnEditATask(BadCaseTaskTest.java:69)
|
||||||
|
at java.base@17.0.16/java.lang.reflect.Method.invoke(Method.java:569)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
</pre>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<div class="test">
|
||||||
|
<a name="assertExeptionBySetAndGetAuthorOfATask()"></a>
|
||||||
|
<h3 class="failures">Get a Exeption by setWorker and getWorker</h3>
|
||||||
|
<span class="code">
|
||||||
|
<pre>hhn.temp.project.expections.SQLNoConectionException: Cant connect to the database (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)
|
||||||
|
at app//hhn.temp.project.provider.MySql.connect(MySql.java:35)
|
||||||
|
at app//hhn.temp.project.TaskManager.<init>(TaskManager.java:19)
|
||||||
|
at app//project.BadCaseTaskTest.assertExeptionBySetAndGetAuthorOfATask(BadCaseTaskTest.java:118)
|
||||||
|
at java.base@17.0.16/java.lang.reflect.Method.invoke(Method.java:569)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
</pre>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="tab">
|
||||||
<h2>Tests</h2>
|
<h2>Tests</h2>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
@@ -78,44 +168,44 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td class="success">Create a new TaskManager and test Connecton</td>
|
<td class="success">Create a new TaskManager and test Connecton</td>
|
||||||
<td class="success">assertCreateNewTaskManager()</td>
|
<td class="success">assertCreateNewTaskManager()</td>
|
||||||
<td class="success">4.028s</td>
|
<td class="success">4.103s</td>
|
||||||
<td class="success">passed</td>
|
<td class="success">passed</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="success">Assert an IllegalArgumentException when calling a non-Existing Task</td>
|
<td class="failures">Assert an IllegalArgumentException when calling a non-Existing Task</td>
|
||||||
<td class="success">assertExceptionOnCallingANonextistingTask()</td>
|
<td class="failures">assertExceptionOnCallingANonextistingTask()</td>
|
||||||
<td class="success">0.011s</td>
|
<td class="failures">4.381s</td>
|
||||||
<td class="success">passed</td>
|
<td class="failures">failed</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="success">Assert an IllegalArgumentException when you create a new Task with no or wrong Name, Description</td>
|
<td class="failures">Assert an IllegalArgumentException when you create a new Task with no or wrong Name, Description</td>
|
||||||
<td class="success">assertExceptionOnCreateNewTask()</td>
|
<td class="failures">assertExceptionOnCreateNewTask()</td>
|
||||||
<td class="success">0.011s</td>
|
<td class="failures">4.102s</td>
|
||||||
<td class="success">passed</td>
|
<td class="failures">failed</td>
|
||||||
</tr>
|
</tr>
|
||||||
<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="failures">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="failures">assertExceptionOnCreateNewTaskWithExitsName()</td>
|
||||||
<td class="success">0.019s</td>
|
<td class="failures">4.368s</td>
|
||||||
<td class="success">passed</td>
|
<td class="failures">failed</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="success">Assert an IllegalArgumentException when delete a existing Task with wrong arguments</td>
|
<td class="failures">Assert an IllegalArgumentException when delete a existing Task with wrong arguments</td>
|
||||||
<td class="success">assertExceptionOnDeletingTask()</td>
|
<td class="failures">assertExceptionOnDeletingTask()</td>
|
||||||
<td class="success">0.012s</td>
|
<td class="failures">4.204s</td>
|
||||||
<td class="success">passed</td>
|
<td class="failures">failed</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="success">Assert an IllegalArgumentException when you edit a exits Task</td>
|
<td class="failures">Assert an IllegalArgumentException when you edit a exits Task</td>
|
||||||
<td class="success">assertExceptionOnEditATask()</td>
|
<td class="failures">assertExceptionOnEditATask()</td>
|
||||||
<td class="success">0.150s</td>
|
<td class="failures">5.676s</td>
|
||||||
<td class="success">passed</td>
|
<td class="failures">failed</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="success">Get a Exeption by setWorker and getWorker</td>
|
<td class="failures">Get a Exeption by setWorker and getWorker</td>
|
||||||
<td class="success">assertExeptionBySetAndGetAuthorOfATask()</td>
|
<td class="failures">assertExeptionBySetAndGetAuthorOfATask()</td>
|
||||||
<td class="success">0.009s</td>
|
<td class="failures">4.155s</td>
|
||||||
<td class="success">passed</td>
|
<td class="failures">failed</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
@@ -127,7 +217,7 @@
|
|||||||
<input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/>
|
<input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/>
|
||||||
</label>
|
</label>
|
||||||
</div>Generated by
|
</div>Generated by
|
||||||
<a href="https://www.gradle.org">Gradle 8.14</a> at 06.12.2025, 20:04:50</p>
|
<a href="https://www.gradle.org">Gradle 8.14</a> at 07.12.2025, 14:40:13</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<div class="infoBox" id="failures">
|
<div class="infoBox" id="failures">
|
||||||
<div class="counter">0</div>
|
<div class="counter">6</div>
|
||||||
<p>failures</p>
|
<p>failures</p>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
@@ -41,7 +41,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<div class="infoBox" id="duration">
|
<div class="infoBox" id="duration">
|
||||||
<div class="counter">0.057s</div>
|
<div class="counter">24.847s</div>
|
||||||
<p>duration</p>
|
<p>duration</p>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
@@ -50,8 +50,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<div class="infoBox success" id="successRate">
|
<div class="infoBox failures" id="successRate">
|
||||||
<div class="percent">100%</div>
|
<div class="percent">0%</div>
|
||||||
<p>successful</p>
|
<p>successful</p>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
@@ -61,10 +61,109 @@
|
|||||||
<div class="tab-container">
|
<div class="tab-container">
|
||||||
<ul class="tabLinks">
|
<ul class="tabLinks">
|
||||||
<li>
|
<li>
|
||||||
|
<a href="#">Failed tests</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
<a href="#">Tests</a>
|
<a href="#">Tests</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="tab">
|
<div class="tab">
|
||||||
|
<h2>Failed tests</h2>
|
||||||
|
<div class="test">
|
||||||
|
<a name="assertCheckTaskListForTask()"></a>
|
||||||
|
<h3 class="failures">Check TaskList if Task there</h3>
|
||||||
|
<span class="code">
|
||||||
|
<pre>hhn.temp.project.expections.SQLNoConectionException: Cant connect to the database (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)
|
||||||
|
at app//hhn.temp.project.provider.MySql.connect(MySql.java:35)
|
||||||
|
at app//hhn.temp.project.TaskManager.<init>(TaskManager.java:19)
|
||||||
|
at app//project.GoodCaseTaskTest.assertCheckTaskListForTask(GoodCaseTaskTest.java:89)
|
||||||
|
at java.base@17.0.16/java.lang.reflect.Method.invoke(Method.java:569)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
</pre>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<div class="test">
|
||||||
|
<a name="assertCreateNewTask()"></a>
|
||||||
|
<h3 class="failures">Create a new Task</h3>
|
||||||
|
<span class="code">
|
||||||
|
<pre>hhn.temp.project.expections.SQLNoConectionException: Cant connect to the database (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)
|
||||||
|
at app//hhn.temp.project.provider.MySql.connect(MySql.java:35)
|
||||||
|
at app//hhn.temp.project.TaskManager.<init>(TaskManager.java:19)
|
||||||
|
at app//project.GoodCaseTaskTest.assertCreateNewTask(GoodCaseTaskTest.java:47)
|
||||||
|
at java.base@17.0.16/java.lang.reflect.Method.invoke(Method.java:569)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
</pre>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<div class="test">
|
||||||
|
<a name="assertCreateNewTaskManager()"></a>
|
||||||
|
<h3 class="failures">Create a new TaskManager and test Connecton</h3>
|
||||||
|
<span class="code">
|
||||||
|
<pre>org.opentest4j.AssertionFailedError: Unexpected exception thrown: hhn.temp.project.expections.SQLNoConectionException: Cant connect to the database (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)
|
||||||
|
at app//org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:152)
|
||||||
|
at app//org.junit.jupiter.api.AssertDoesNotThrow.createAssertionFailedError(AssertDoesNotThrow.java:84)
|
||||||
|
at app//org.junit.jupiter.api.AssertDoesNotThrow.assertDoesNotThrow(AssertDoesNotThrow.java:75)
|
||||||
|
at app//org.junit.jupiter.api.AssertDoesNotThrow.assertDoesNotThrow(AssertDoesNotThrow.java:58)
|
||||||
|
at app//org.junit.jupiter.api.Assertions.assertDoesNotThrow(Assertions.java:3224)
|
||||||
|
at app//project.GoodCaseTaskTest.assertCreateNewTaskManager(GoodCaseTaskTest.java:33)
|
||||||
|
at java.base@17.0.16/java.lang.reflect.Method.invoke(Method.java:569)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
Caused by: hhn.temp.project.expections.SQLNoConectionException: Cant connect to the database (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)
|
||||||
|
at app//hhn.temp.project.provider.MySql.connect(MySql.java:35)
|
||||||
|
at app//hhn.temp.project.TaskManager.<init>(TaskManager.java:19)
|
||||||
|
at app//project.GoodCaseTaskTest.lambda$assertCreateNewTaskManager$0(GoodCaseTaskTest.java:33)
|
||||||
|
at app//org.junit.jupiter.api.AssertDoesNotThrow.assertDoesNotThrow(AssertDoesNotThrow.java:71)
|
||||||
|
... 6 more
|
||||||
|
</pre>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<div class="test">
|
||||||
|
<a name="assertDeleteTask()"></a>
|
||||||
|
<h3 class="failures">Delete Task</h3>
|
||||||
|
<span class="code">
|
||||||
|
<pre>hhn.temp.project.expections.SQLNoConectionException: Cant connect to the database (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)
|
||||||
|
at app//hhn.temp.project.provider.MySql.connect(MySql.java:35)
|
||||||
|
at app//hhn.temp.project.TaskManager.<init>(TaskManager.java:19)
|
||||||
|
at app//project.GoodCaseTaskTest.assertDeleteTask(GoodCaseTaskTest.java:63)
|
||||||
|
at java.base@17.0.16/java.lang.reflect.Method.invoke(Method.java:569)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
</pre>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<div class="test">
|
||||||
|
<a name="assertEditATask()"></a>
|
||||||
|
<h3 class="failures">Edit Task</h3>
|
||||||
|
<span class="code">
|
||||||
|
<pre>hhn.temp.project.expections.SQLNoConectionException: Cant connect to the database (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)
|
||||||
|
at app//hhn.temp.project.provider.MySql.connect(MySql.java:35)
|
||||||
|
at app//hhn.temp.project.TaskManager.<init>(TaskManager.java:19)
|
||||||
|
at app//project.GoodCaseTaskTest.assertEditATask(GoodCaseTaskTest.java:120)
|
||||||
|
at java.base@17.0.16/java.lang.reflect.Method.invoke(Method.java:569)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
</pre>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<div class="test">
|
||||||
|
<a name="assertSetAuthorOfATask()"></a>
|
||||||
|
<h3 class="failures">Set Author of a Task</h3>
|
||||||
|
<span class="code">
|
||||||
|
<pre>hhn.temp.project.expections.SQLNoConectionException: Cant connect to the database (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)
|
||||||
|
at app//hhn.temp.project.provider.MySql.connect(MySql.java:35)
|
||||||
|
at app//hhn.temp.project.TaskManager.<init>(TaskManager.java:19)
|
||||||
|
at app//project.GoodCaseTaskTest.assertSetAuthorOfATask(GoodCaseTaskTest.java:145)
|
||||||
|
at java.base@17.0.16/java.lang.reflect.Method.invoke(Method.java:569)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
</pre>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="tab">
|
||||||
<h2>Tests</h2>
|
<h2>Tests</h2>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
@@ -76,40 +175,40 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="success">Check TaskList if Task there</td>
|
<td class="failures">Check TaskList if Task there</td>
|
||||||
<td class="success">assertCheckTaskListForTask()</td>
|
<td class="failures">assertCheckTaskListForTask()</td>
|
||||||
<td class="success">0.010s</td>
|
<td class="failures">4.108s</td>
|
||||||
<td class="success">passed</td>
|
<td class="failures">failed</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="success">Create a new Task</td>
|
<td class="failures">Create a new Task</td>
|
||||||
<td class="success">assertCreateNewTask()</td>
|
<td class="failures">assertCreateNewTask()</td>
|
||||||
<td class="success">0.008s</td>
|
<td class="failures">4.096s</td>
|
||||||
<td class="success">passed</td>
|
<td class="failures">failed</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="success">Create a new TaskManager and test Connecton</td>
|
<td class="failures">Create a new TaskManager and test Connecton</td>
|
||||||
<td class="success">assertCreateNewTaskManager()</td>
|
<td class="failures">assertCreateNewTaskManager()</td>
|
||||||
<td class="success">0.009s</td>
|
<td class="failures">4.345s</td>
|
||||||
<td class="success">passed</td>
|
<td class="failures">failed</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="success">Delete Task</td>
|
<td class="failures">Delete Task</td>
|
||||||
<td class="success">assertDeleteTask()</td>
|
<td class="failures">assertDeleteTask()</td>
|
||||||
<td class="success">0.011s</td>
|
<td class="failures">4.094s</td>
|
||||||
<td class="success">passed</td>
|
<td class="failures">failed</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="success">Edit Task</td>
|
<td class="failures">Edit Task</td>
|
||||||
<td class="success">assertEditATask()</td>
|
<td class="failures">assertEditATask()</td>
|
||||||
<td class="success">0.010s</td>
|
<td class="failures">4.092s</td>
|
||||||
<td class="success">passed</td>
|
<td class="failures">failed</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="success">Set Author of a Task</td>
|
<td class="failures">Set Author of a Task</td>
|
||||||
<td class="success">assertSetAuthorOfATask()</td>
|
<td class="failures">assertSetAuthorOfATask()</td>
|
||||||
<td class="success">0.009s</td>
|
<td class="failures">4.112s</td>
|
||||||
<td class="success">passed</td>
|
<td class="failures">failed</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
@@ -121,7 +220,7 @@
|
|||||||
<input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/>
|
<input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/>
|
||||||
</label>
|
</label>
|
||||||
</div>Generated by
|
</div>Generated by
|
||||||
<a href="https://www.gradle.org">Gradle 8.14</a> at 06.12.2025, 20:04:50</p>
|
<a href="https://www.gradle.org">Gradle 8.14</a> at 07.12.2025, 14:40:13</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<div class="infoBox" id="failures">
|
<div class="infoBox" id="failures">
|
||||||
<div class="counter">0</div>
|
<div class="counter">12</div>
|
||||||
<p>failures</p>
|
<p>failures</p>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
@@ -38,7 +38,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<div class="infoBox" id="duration">
|
<div class="infoBox" id="duration">
|
||||||
<div class="counter">4.297s</div>
|
<div class="counter">55.836s</div>
|
||||||
<p>duration</p>
|
<p>duration</p>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
@@ -47,8 +47,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<div class="infoBox success" id="successRate">
|
<div class="infoBox failures" id="successRate">
|
||||||
<div class="percent">100%</div>
|
<div class="percent">7%</div>
|
||||||
<p>successful</p>
|
<p>successful</p>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
@@ -58,6 +58,9 @@
|
|||||||
<div class="tab-container">
|
<div class="tab-container">
|
||||||
<ul class="tabLinks">
|
<ul class="tabLinks">
|
||||||
<li>
|
<li>
|
||||||
|
<a href="#">Failed tests</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
<a href="#">Packages</a>
|
<a href="#">Packages</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
@@ -65,6 +68,59 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="tab">
|
<div class="tab">
|
||||||
|
<h2>Failed tests</h2>
|
||||||
|
<ul class="linkList">
|
||||||
|
<li>
|
||||||
|
<a href="classes/project.BadCaseTaskTest.html">BadCaseTaskTest</a>.
|
||||||
|
<a href="classes/project.BadCaseTaskTest.html#assertExceptionOnCallingANonextistingTask()">Assert an IllegalArgumentException when calling a non-Existing Task</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="classes/project.BadCaseTaskTest.html">BadCaseTaskTest</a>.
|
||||||
|
<a href="classes/project.BadCaseTaskTest.html#assertExceptionOnCreateNewTask()">Assert an IllegalArgumentException when you create a new Task with no or wrong Name, Description</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="classes/project.BadCaseTaskTest.html">BadCaseTaskTest</a>.
|
||||||
|
<a href="classes/project.BadCaseTaskTest.html#assertExceptionOnCreateNewTaskWithExitsName()">Assert an IllegalArgumentException when you create a new Task with the same Name of a exits Task</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="classes/project.BadCaseTaskTest.html">BadCaseTaskTest</a>.
|
||||||
|
<a href="classes/project.BadCaseTaskTest.html#assertExceptionOnDeletingTask()">Assert an IllegalArgumentException when delete a existing Task with wrong arguments</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="classes/project.BadCaseTaskTest.html">BadCaseTaskTest</a>.
|
||||||
|
<a href="classes/project.BadCaseTaskTest.html#assertExceptionOnEditATask()">Assert an IllegalArgumentException when you edit a exits Task</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="classes/project.BadCaseTaskTest.html">BadCaseTaskTest</a>.
|
||||||
|
<a href="classes/project.BadCaseTaskTest.html#assertExeptionBySetAndGetAuthorOfATask()">Get a Exeption by setWorker and getWorker</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="classes/project.GoodCaseTaskTest.html">GoodCaseTaskTest</a>.
|
||||||
|
<a href="classes/project.GoodCaseTaskTest.html#assertCheckTaskListForTask()">Check TaskList if Task there</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="classes/project.GoodCaseTaskTest.html">GoodCaseTaskTest</a>.
|
||||||
|
<a href="classes/project.GoodCaseTaskTest.html#assertCreateNewTask()">Create a new Task</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="classes/project.GoodCaseTaskTest.html">GoodCaseTaskTest</a>.
|
||||||
|
<a href="classes/project.GoodCaseTaskTest.html#assertCreateNewTaskManager()">Create a new TaskManager and test Connecton</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="classes/project.GoodCaseTaskTest.html">GoodCaseTaskTest</a>.
|
||||||
|
<a href="classes/project.GoodCaseTaskTest.html#assertDeleteTask()">Delete Task</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="classes/project.GoodCaseTaskTest.html">GoodCaseTaskTest</a>.
|
||||||
|
<a href="classes/project.GoodCaseTaskTest.html#assertEditATask()">Edit Task</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="classes/project.GoodCaseTaskTest.html">GoodCaseTaskTest</a>.
|
||||||
|
<a href="classes/project.GoodCaseTaskTest.html#assertSetAuthorOfATask()">Set Author of a Task</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="tab">
|
||||||
<h2>Packages</h2>
|
<h2>Packages</h2>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
@@ -79,14 +135,14 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="success">
|
<td class="failures">
|
||||||
<a href="packages/project.html">project</a>
|
<a href="packages/project.html">project</a>
|
||||||
</td>
|
</td>
|
||||||
<td>13</td>
|
<td>13</td>
|
||||||
|
<td>12</td>
|
||||||
<td>0</td>
|
<td>0</td>
|
||||||
<td>0</td>
|
<td>55.836s</td>
|
||||||
<td>4.297s</td>
|
<td class="failures">7%</td>
|
||||||
<td class="success">100%</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
@@ -106,24 +162,24 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="success">
|
<td class="failures">
|
||||||
<a href="classes/project.BadCaseTaskTest.html">project.BadCaseTaskTest</a>
|
<a href="classes/project.BadCaseTaskTest.html">project.BadCaseTaskTest</a>
|
||||||
</td>
|
</td>
|
||||||
<td>7</td>
|
<td>7</td>
|
||||||
|
<td>6</td>
|
||||||
<td>0</td>
|
<td>0</td>
|
||||||
<td>0</td>
|
<td>30.989s</td>
|
||||||
<td>4.240s</td>
|
<td class="failures">14%</td>
|
||||||
<td class="success">100%</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="success">
|
<td class="failures">
|
||||||
<a href="classes/project.GoodCaseTaskTest.html">project.GoodCaseTaskTest</a>
|
<a href="classes/project.GoodCaseTaskTest.html">project.GoodCaseTaskTest</a>
|
||||||
</td>
|
</td>
|
||||||
<td>6</td>
|
<td>6</td>
|
||||||
|
<td>6</td>
|
||||||
<td>0</td>
|
<td>0</td>
|
||||||
<td>0</td>
|
<td>24.847s</td>
|
||||||
<td>0.057s</td>
|
<td class="failures">0%</td>
|
||||||
<td class="success">100%</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
@@ -136,7 +192,7 @@
|
|||||||
<input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/>
|
<input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/>
|
||||||
</label>
|
</label>
|
||||||
</div>Generated by
|
</div>Generated by
|
||||||
<a href="https://www.gradle.org">Gradle 8.14</a> at 06.12.2025, 20:04:50</p>
|
<a href="https://www.gradle.org">Gradle 8.14</a> at 07.12.2025, 14:40:13</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<div class="infoBox" id="failures">
|
<div class="infoBox" id="failures">
|
||||||
<div class="counter">0</div>
|
<div class="counter">12</div>
|
||||||
<p>failures</p>
|
<p>failures</p>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<div class="infoBox" id="duration">
|
<div class="infoBox" id="duration">
|
||||||
<div class="counter">4.297s</div>
|
<div class="counter">55.836s</div>
|
||||||
<p>duration</p>
|
<p>duration</p>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
@@ -49,8 +49,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<div class="infoBox success" id="successRate">
|
<div class="infoBox failures" id="successRate">
|
||||||
<div class="percent">100%</div>
|
<div class="percent">7%</div>
|
||||||
<p>successful</p>
|
<p>successful</p>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
@@ -60,10 +60,66 @@
|
|||||||
<div class="tab-container">
|
<div class="tab-container">
|
||||||
<ul class="tabLinks">
|
<ul class="tabLinks">
|
||||||
<li>
|
<li>
|
||||||
|
<a href="#">Failed tests</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
<a href="#">Classes</a>
|
<a href="#">Classes</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="tab">
|
<div class="tab">
|
||||||
|
<h2>Failed tests</h2>
|
||||||
|
<ul class="linkList">
|
||||||
|
<li>
|
||||||
|
<a href="../classes/project.BadCaseTaskTest.html">BadCaseTaskTest</a>.
|
||||||
|
<a href="../classes/project.BadCaseTaskTest.html#assertExceptionOnCallingANonextistingTask()">Assert an IllegalArgumentException when calling a non-Existing Task</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="../classes/project.BadCaseTaskTest.html">BadCaseTaskTest</a>.
|
||||||
|
<a href="../classes/project.BadCaseTaskTest.html#assertExceptionOnCreateNewTask()">Assert an IllegalArgumentException when you create a new Task with no or wrong Name, Description</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="../classes/project.BadCaseTaskTest.html">BadCaseTaskTest</a>.
|
||||||
|
<a href="../classes/project.BadCaseTaskTest.html#assertExceptionOnCreateNewTaskWithExitsName()">Assert an IllegalArgumentException when you create a new Task with the same Name of a exits Task</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="../classes/project.BadCaseTaskTest.html">BadCaseTaskTest</a>.
|
||||||
|
<a href="../classes/project.BadCaseTaskTest.html#assertExceptionOnDeletingTask()">Assert an IllegalArgumentException when delete a existing Task with wrong arguments</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="../classes/project.BadCaseTaskTest.html">BadCaseTaskTest</a>.
|
||||||
|
<a href="../classes/project.BadCaseTaskTest.html#assertExceptionOnEditATask()">Assert an IllegalArgumentException when you edit a exits Task</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="../classes/project.BadCaseTaskTest.html">BadCaseTaskTest</a>.
|
||||||
|
<a href="../classes/project.BadCaseTaskTest.html#assertExeptionBySetAndGetAuthorOfATask()">Get a Exeption by setWorker and getWorker</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="../classes/project.GoodCaseTaskTest.html">GoodCaseTaskTest</a>.
|
||||||
|
<a href="../classes/project.GoodCaseTaskTest.html#assertCheckTaskListForTask()">Check TaskList if Task there</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="../classes/project.GoodCaseTaskTest.html">GoodCaseTaskTest</a>.
|
||||||
|
<a href="../classes/project.GoodCaseTaskTest.html#assertCreateNewTask()">Create a new Task</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="../classes/project.GoodCaseTaskTest.html">GoodCaseTaskTest</a>.
|
||||||
|
<a href="../classes/project.GoodCaseTaskTest.html#assertCreateNewTaskManager()">Create a new TaskManager and test Connecton</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="../classes/project.GoodCaseTaskTest.html">GoodCaseTaskTest</a>.
|
||||||
|
<a href="../classes/project.GoodCaseTaskTest.html#assertDeleteTask()">Delete Task</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="../classes/project.GoodCaseTaskTest.html">GoodCaseTaskTest</a>.
|
||||||
|
<a href="../classes/project.GoodCaseTaskTest.html#assertEditATask()">Edit Task</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="../classes/project.GoodCaseTaskTest.html">GoodCaseTaskTest</a>.
|
||||||
|
<a href="../classes/project.GoodCaseTaskTest.html#assertSetAuthorOfATask()">Set Author of a Task</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="tab">
|
||||||
<h2>Classes</h2>
|
<h2>Classes</h2>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
@@ -77,24 +133,24 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="success">
|
<td class="failures">
|
||||||
<a href="../classes/project.BadCaseTaskTest.html">BadCaseTaskTest</a>
|
<a href="../classes/project.BadCaseTaskTest.html">BadCaseTaskTest</a>
|
||||||
</td>
|
</td>
|
||||||
<td>7</td>
|
<td>7</td>
|
||||||
|
<td>6</td>
|
||||||
<td>0</td>
|
<td>0</td>
|
||||||
<td>0</td>
|
<td>30.989s</td>
|
||||||
<td>4.240s</td>
|
<td class="failures">14%</td>
|
||||||
<td class="success">100%</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="success">
|
<td class="failures">
|
||||||
<a href="../classes/project.GoodCaseTaskTest.html">GoodCaseTaskTest</a>
|
<a href="../classes/project.GoodCaseTaskTest.html">GoodCaseTaskTest</a>
|
||||||
</td>
|
</td>
|
||||||
<td>6</td>
|
<td>6</td>
|
||||||
|
<td>6</td>
|
||||||
<td>0</td>
|
<td>0</td>
|
||||||
<td>0</td>
|
<td>24.847s</td>
|
||||||
<td>0.057s</td>
|
<td class="failures">0%</td>
|
||||||
<td class="success">100%</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
@@ -106,7 +162,7 @@
|
|||||||
<input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/>
|
<input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/>
|
||||||
</label>
|
</label>
|
||||||
</div>Generated by
|
</div>Generated by
|
||||||
<a href="https://www.gradle.org">Gradle 8.14</a> at 06.12.2025, 20:04:50</p>
|
<a href="https://www.gradle.org">Gradle 8.14</a> at 07.12.2025, 14:40:13</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -1,13 +1,67 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<testsuite name="project.BadCaseTaskTest" tests="7" skipped="0" failures="0" errors="0" timestamp="2025-12-06T19:04:45.845Z" hostname="MacBook-Pro-von-Jan.local" time="4.243">
|
<testsuite name="project.BadCaseTaskTest" tests="7" skipped="0" failures="6" errors="0" timestamp="2025-12-07T13:39:17.658Z" hostname="Mac.fritz.box" time="30.995">
|
||||||
<properties/>
|
<properties/>
|
||||||
<testcase name="Assert an IllegalArgumentException when you edit a exits Task" classname="project.BadCaseTaskTest" time="0.15"/>
|
<testcase name="Assert an IllegalArgumentException when you edit a exits Task" classname="project.BadCaseTaskTest" time="5.676">
|
||||||
<testcase name="Create a new TaskManager and test Connecton" classname="project.BadCaseTaskTest" time="4.028"/>
|
<failure message="hhn.temp.project.expections.SQLNoConectionException: Cant connect to the database (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)" type="hhn.temp.project.expections.SQLNoConectionException">hhn.temp.project.expections.SQLNoConectionException: Cant connect to the database (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)
|
||||||
<testcase name="Assert an IllegalArgumentException when you create a new Task with no or wrong Name, Description" classname="project.BadCaseTaskTest" time="0.011"/>
|
at app//hhn.temp.project.provider.MySql.connect(MySql.java:35)
|
||||||
<testcase name="Assert an IllegalArgumentException when you create a new Task with the same Name of a exits Task" classname="project.BadCaseTaskTest" time="0.019"/>
|
at app//hhn.temp.project.TaskManager.<init>(TaskManager.java:19)
|
||||||
<testcase name="Assert an IllegalArgumentException when delete a existing Task with wrong arguments" classname="project.BadCaseTaskTest" time="0.012"/>
|
at app//project.BadCaseTaskTest.assertExceptionOnEditATask(BadCaseTaskTest.java:69)
|
||||||
<testcase name="Get a Exeption by setWorker and getWorker" classname="project.BadCaseTaskTest" time="0.009"/>
|
at java.base@17.0.16/java.lang.reflect.Method.invoke(Method.java:569)
|
||||||
<testcase name="Assert an IllegalArgumentException when calling a non-Existing Task" classname="project.BadCaseTaskTest" time="0.011"/>
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
</failure>
|
||||||
|
</testcase>
|
||||||
|
<testcase name="Create a new TaskManager and test Connecton" classname="project.BadCaseTaskTest" time="4.103"/>
|
||||||
|
<testcase name="Assert an IllegalArgumentException when you create a new Task with no or wrong Name, Description" classname="project.BadCaseTaskTest" time="4.102">
|
||||||
|
<failure message="hhn.temp.project.expections.SQLNoConectionException: Cant connect to the database (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)" type="hhn.temp.project.expections.SQLNoConectionException">hhn.temp.project.expections.SQLNoConectionException: Cant connect to the database (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)
|
||||||
|
at app//hhn.temp.project.provider.MySql.connect(MySql.java:35)
|
||||||
|
at app//hhn.temp.project.TaskManager.<init>(TaskManager.java:19)
|
||||||
|
at app//project.BadCaseTaskTest.assertExceptionOnCreateNewTask(BadCaseTaskTest.java:41)
|
||||||
|
at java.base@17.0.16/java.lang.reflect.Method.invoke(Method.java:569)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
</failure>
|
||||||
|
</testcase>
|
||||||
|
<testcase name="Assert an IllegalArgumentException when you create a new Task with the same Name of a exits Task" classname="project.BadCaseTaskTest" time="4.368">
|
||||||
|
<failure message="hhn.temp.project.expections.SQLNoConectionException: Cant connect to the database (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)" type="hhn.temp.project.expections.SQLNoConectionException">hhn.temp.project.expections.SQLNoConectionException: Cant connect to the database (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)
|
||||||
|
at app//hhn.temp.project.provider.MySql.connect(MySql.java:35)
|
||||||
|
at app//hhn.temp.project.TaskManager.<init>(TaskManager.java:19)
|
||||||
|
at app//project.BadCaseTaskTest.assertExceptionOnCreateNewTaskWithExitsName(BadCaseTaskTest.java:56)
|
||||||
|
at java.base@17.0.16/java.lang.reflect.Method.invoke(Method.java:569)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
</failure>
|
||||||
|
</testcase>
|
||||||
|
<testcase name="Assert an IllegalArgumentException when delete a existing Task with wrong arguments" classname="project.BadCaseTaskTest" time="4.204">
|
||||||
|
<failure message="hhn.temp.project.expections.SQLNoConectionException: Cant connect to the database (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)" type="hhn.temp.project.expections.SQLNoConectionException">hhn.temp.project.expections.SQLNoConectionException: Cant connect to the database (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)
|
||||||
|
at app//hhn.temp.project.provider.MySql.connect(MySql.java:35)
|
||||||
|
at app//hhn.temp.project.TaskManager.<init>(TaskManager.java:19)
|
||||||
|
at app//project.BadCaseTaskTest.assertExceptionOnDeletingTask(BadCaseTaskTest.java:101)
|
||||||
|
at java.base@17.0.16/java.lang.reflect.Method.invoke(Method.java:569)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
</failure>
|
||||||
|
</testcase>
|
||||||
|
<testcase name="Get a Exeption by setWorker and getWorker" classname="project.BadCaseTaskTest" time="4.155">
|
||||||
|
<failure message="hhn.temp.project.expections.SQLNoConectionException: Cant connect to the database (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)" type="hhn.temp.project.expections.SQLNoConectionException">hhn.temp.project.expections.SQLNoConectionException: Cant connect to the database (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)
|
||||||
|
at app//hhn.temp.project.provider.MySql.connect(MySql.java:35)
|
||||||
|
at app//hhn.temp.project.TaskManager.<init>(TaskManager.java:19)
|
||||||
|
at app//project.BadCaseTaskTest.assertExeptionBySetAndGetAuthorOfATask(BadCaseTaskTest.java:118)
|
||||||
|
at java.base@17.0.16/java.lang.reflect.Method.invoke(Method.java:569)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
</failure>
|
||||||
|
</testcase>
|
||||||
|
<testcase name="Assert an IllegalArgumentException when calling a non-Existing Task" classname="project.BadCaseTaskTest" time="4.381">
|
||||||
|
<failure message="hhn.temp.project.expections.SQLNoConectionException: Cant connect to the database (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)" type="hhn.temp.project.expections.SQLNoConectionException">hhn.temp.project.expections.SQLNoConectionException: Cant connect to the database (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)
|
||||||
|
at app//hhn.temp.project.provider.MySql.connect(MySql.java:35)
|
||||||
|
at app//hhn.temp.project.TaskManager.<init>(TaskManager.java:19)
|
||||||
|
at app//project.BadCaseTaskTest.assertExceptionOnCallingANonextistingTask(BadCaseTaskTest.java:85)
|
||||||
|
at java.base@17.0.16/java.lang.reflect.Method.invoke(Method.java:569)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
</failure>
|
||||||
|
</testcase>
|
||||||
<system-out><![CDATA[]]></system-out>
|
<system-out><![CDATA[]]></system-out>
|
||||||
<system-err><![CDATA[]]></system-err>
|
<system-err><![CDATA[]]></system-err>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
|
|||||||
@@ -1,12 +1,75 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<testsuite name="project.GoodCaseTaskTest" tests="6" skipped="0" failures="0" errors="0" timestamp="2025-12-06T19:04:50.090Z" hostname="MacBook-Pro-von-Jan.local" time="0.06">
|
<testsuite name="project.GoodCaseTaskTest" tests="6" skipped="0" failures="6" errors="0" timestamp="2025-12-07T13:39:48.657Z" hostname="Mac.fritz.box" time="24.852">
|
||||||
<properties/>
|
<properties/>
|
||||||
<testcase name="Create a new TaskManager and test Connecton" classname="project.GoodCaseTaskTest" time="0.009"/>
|
<testcase name="Create a new TaskManager and test Connecton" classname="project.GoodCaseTaskTest" time="4.345">
|
||||||
<testcase name="Edit Task" classname="project.GoodCaseTaskTest" time="0.01"/>
|
<failure message="org.opentest4j.AssertionFailedError: Unexpected exception thrown: hhn.temp.project.expections.SQLNoConectionException: Cant connect to the database (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)" type="org.opentest4j.AssertionFailedError">org.opentest4j.AssertionFailedError: Unexpected exception thrown: hhn.temp.project.expections.SQLNoConectionException: Cant connect to the database (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)
|
||||||
<testcase name="Create a new Task" classname="project.GoodCaseTaskTest" time="0.008"/>
|
at app//org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:152)
|
||||||
<testcase name="Check TaskList if Task there" classname="project.GoodCaseTaskTest" time="0.01"/>
|
at app//org.junit.jupiter.api.AssertDoesNotThrow.createAssertionFailedError(AssertDoesNotThrow.java:84)
|
||||||
<testcase name="Delete Task" classname="project.GoodCaseTaskTest" time="0.011"/>
|
at app//org.junit.jupiter.api.AssertDoesNotThrow.assertDoesNotThrow(AssertDoesNotThrow.java:75)
|
||||||
<testcase name="Set Author of a Task" classname="project.GoodCaseTaskTest" time="0.009"/>
|
at app//org.junit.jupiter.api.AssertDoesNotThrow.assertDoesNotThrow(AssertDoesNotThrow.java:58)
|
||||||
|
at app//org.junit.jupiter.api.Assertions.assertDoesNotThrow(Assertions.java:3224)
|
||||||
|
at app//project.GoodCaseTaskTest.assertCreateNewTaskManager(GoodCaseTaskTest.java:33)
|
||||||
|
at java.base@17.0.16/java.lang.reflect.Method.invoke(Method.java:569)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
Caused by: hhn.temp.project.expections.SQLNoConectionException: Cant connect to the database (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)
|
||||||
|
at app//hhn.temp.project.provider.MySql.connect(MySql.java:35)
|
||||||
|
at app//hhn.temp.project.TaskManager.<init>(TaskManager.java:19)
|
||||||
|
at app//project.GoodCaseTaskTest.lambda$assertCreateNewTaskManager$0(GoodCaseTaskTest.java:33)
|
||||||
|
at app//org.junit.jupiter.api.AssertDoesNotThrow.assertDoesNotThrow(AssertDoesNotThrow.java:71)
|
||||||
|
... 6 more
|
||||||
|
</failure>
|
||||||
|
</testcase>
|
||||||
|
<testcase name="Edit Task" classname="project.GoodCaseTaskTest" time="4.092">
|
||||||
|
<failure message="hhn.temp.project.expections.SQLNoConectionException: Cant connect to the database (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)" type="hhn.temp.project.expections.SQLNoConectionException">hhn.temp.project.expections.SQLNoConectionException: Cant connect to the database (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)
|
||||||
|
at app//hhn.temp.project.provider.MySql.connect(MySql.java:35)
|
||||||
|
at app//hhn.temp.project.TaskManager.<init>(TaskManager.java:19)
|
||||||
|
at app//project.GoodCaseTaskTest.assertEditATask(GoodCaseTaskTest.java:120)
|
||||||
|
at java.base@17.0.16/java.lang.reflect.Method.invoke(Method.java:569)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
</failure>
|
||||||
|
</testcase>
|
||||||
|
<testcase name="Create a new Task" classname="project.GoodCaseTaskTest" time="4.096">
|
||||||
|
<failure message="hhn.temp.project.expections.SQLNoConectionException: Cant connect to the database (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)" type="hhn.temp.project.expections.SQLNoConectionException">hhn.temp.project.expections.SQLNoConectionException: Cant connect to the database (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)
|
||||||
|
at app//hhn.temp.project.provider.MySql.connect(MySql.java:35)
|
||||||
|
at app//hhn.temp.project.TaskManager.<init>(TaskManager.java:19)
|
||||||
|
at app//project.GoodCaseTaskTest.assertCreateNewTask(GoodCaseTaskTest.java:47)
|
||||||
|
at java.base@17.0.16/java.lang.reflect.Method.invoke(Method.java:569)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
</failure>
|
||||||
|
</testcase>
|
||||||
|
<testcase name="Check TaskList if Task there" classname="project.GoodCaseTaskTest" time="4.108">
|
||||||
|
<failure message="hhn.temp.project.expections.SQLNoConectionException: Cant connect to the database (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)" type="hhn.temp.project.expections.SQLNoConectionException">hhn.temp.project.expections.SQLNoConectionException: Cant connect to the database (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)
|
||||||
|
at app//hhn.temp.project.provider.MySql.connect(MySql.java:35)
|
||||||
|
at app//hhn.temp.project.TaskManager.<init>(TaskManager.java:19)
|
||||||
|
at app//project.GoodCaseTaskTest.assertCheckTaskListForTask(GoodCaseTaskTest.java:89)
|
||||||
|
at java.base@17.0.16/java.lang.reflect.Method.invoke(Method.java:569)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
</failure>
|
||||||
|
</testcase>
|
||||||
|
<testcase name="Delete Task" classname="project.GoodCaseTaskTest" time="4.094">
|
||||||
|
<failure message="hhn.temp.project.expections.SQLNoConectionException: Cant connect to the database (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)" type="hhn.temp.project.expections.SQLNoConectionException">hhn.temp.project.expections.SQLNoConectionException: Cant connect to the database (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)
|
||||||
|
at app//hhn.temp.project.provider.MySql.connect(MySql.java:35)
|
||||||
|
at app//hhn.temp.project.TaskManager.<init>(TaskManager.java:19)
|
||||||
|
at app//project.GoodCaseTaskTest.assertDeleteTask(GoodCaseTaskTest.java:63)
|
||||||
|
at java.base@17.0.16/java.lang.reflect.Method.invoke(Method.java:569)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
</failure>
|
||||||
|
</testcase>
|
||||||
|
<testcase name="Set Author of a Task" classname="project.GoodCaseTaskTest" time="4.112">
|
||||||
|
<failure message="hhn.temp.project.expections.SQLNoConectionException: Cant connect to the database (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)" type="hhn.temp.project.expections.SQLNoConectionException">hhn.temp.project.expections.SQLNoConectionException: Cant connect to the database (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)
|
||||||
|
at app//hhn.temp.project.provider.MySql.connect(MySql.java:35)
|
||||||
|
at app//hhn.temp.project.TaskManager.<init>(TaskManager.java:19)
|
||||||
|
at app//project.GoodCaseTaskTest.assertSetAuthorOfATask(GoodCaseTaskTest.java:145)
|
||||||
|
at java.base@17.0.16/java.lang.reflect.Method.invoke(Method.java:569)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
at java.base@17.0.16/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
</failure>
|
||||||
|
</testcase>
|
||||||
<system-out><![CDATA[]]></system-out>
|
<system-out><![CDATA[]]></system-out>
|
||||||
<system-err><![CDATA[]]></system-err>
|
<system-err><![CDATA[]]></system-err>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user