211 lines
6.5 KiB
HTML
211 lines
6.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
<meta http-equiv="x-ua-compatible" content="IE=edge"/>
|
|
<title>Test results - GoodCasesTest</title>
|
|
<link href="../css/base-style.css" rel="stylesheet" type="text/css"/>
|
|
<link href="../css/style.css" rel="stylesheet" type="text/css"/>
|
|
<script src="../js/report.js" type="text/javascript"></script>
|
|
</head>
|
|
<body>
|
|
<div id="content">
|
|
<h1>GoodCasesTest</h1>
|
|
<div class="breadcrumbs">
|
|
<a href="../index.html">all</a> >
|
|
<a href="../packages/hhn.temp.project.html">hhn.temp.project</a> > GoodCasesTest</div>
|
|
<div id="summary">
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
<div class="summaryGroup">
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
<div class="infoBox" id="tests">
|
|
<div class="counter">13</div>
|
|
<p>tests</p>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<div class="infoBox" id="failures">
|
|
<div class="counter">2</div>
|
|
<p>failures</p>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<div class="infoBox" id="ignored">
|
|
<div class="counter">0</div>
|
|
<p>ignored</p>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<div class="infoBox" id="duration">
|
|
<div class="counter">0.133s</div>
|
|
<p>duration</p>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<div class="infoBox failures" id="successRate">
|
|
<div class="percent">84%</div>
|
|
<p>successful</p>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="tab-container">
|
|
<ul class="tabLinks">
|
|
<li>
|
|
<a href="#">Failed tests</a>
|
|
</li>
|
|
<li>
|
|
<a href="#">Tests</a>
|
|
</li>
|
|
</ul>
|
|
<div class="tab">
|
|
<h2>Failed tests</h2>
|
|
<div class="test">
|
|
<a name="assertEditingTasksIsPossibleThroughUi()"></a>
|
|
<h3 class="failures">Check that editing is possible through UI</h3>
|
|
<span class="code">
|
|
<pre>org.opentest4j.AssertionFailedError: expected: <Walk> but was: <Run>
|
|
at app//org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
|
|
at app//org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
|
|
at app//org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
|
|
at app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)
|
|
at app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177)
|
|
at app//org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1141)
|
|
at app//hhn.temp.project.GoodCasesTest.assertEditingTasksIsPossibleThroughUi(GoodCasesTest.java:133)
|
|
at java.base@17.0.2/java.lang.reflect.Method.invoke(Method.java:568)
|
|
at java.base@17.0.2/java.util.ArrayList.forEach(ArrayList.java:1511)
|
|
at java.base@17.0.2/java.util.ArrayList.forEach(ArrayList.java:1511)
|
|
</pre>
|
|
</span>
|
|
</div>
|
|
<div class="test">
|
|
<a name="assertRemoveWorkerActuallyRemoves()"></a>
|
|
<h3 class="failures">Assert that removing a worker removes the worker from the worker list</h3>
|
|
<span class="code">
|
|
<pre>org.opentest4j.AssertionFailedError: Expected java.lang.IllegalArgumentException to be thrown, but nothing was thrown.
|
|
at app//org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:152)
|
|
at app//org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:73)
|
|
at app//org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35)
|
|
at app//org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3111)
|
|
at app//hhn.temp.project.GoodCasesTest.assertRemoveWorkerActuallyRemoves(GoodCasesTest.java:153)
|
|
at java.base@17.0.2/java.lang.reflect.Method.invoke(Method.java:568)
|
|
at java.base@17.0.2/java.util.ArrayList.forEach(ArrayList.java:1511)
|
|
at java.base@17.0.2/java.util.ArrayList.forEach(ArrayList.java:1511)
|
|
</pre>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
<div class="tab">
|
|
<h2>Tests</h2>
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th>Test</th>
|
|
<th>Method name</th>
|
|
<th>Duration</th>
|
|
<th>Result</th>
|
|
</tr>
|
|
</thead>
|
|
<tr>
|
|
<td class="success">Check that every required surface command actually works</td>
|
|
<td class="success">assertCommandsAreRecognized()</td>
|
|
<td class="success">0.014s</td>
|
|
<td class="success">passed</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="success">Assert deleted Tasks no longer show up in the List</td>
|
|
<td class="success">assertDeletedTasksDisappear()</td>
|
|
<td class="success">0.003s</td>
|
|
<td class="success">passed</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="failures">Check that editing is possible through UI</td>
|
|
<td class="failures">assertEditingTasksIsPossibleThroughUi()</td>
|
|
<td class="failures">0.067s</td>
|
|
<td class="failures">failed</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="success">Assert existing Tasks can be edited</td>
|
|
<td class="success">assertExistingTasksCanBeEdited()</td>
|
|
<td class="success">0.001s</td>
|
|
<td class="success">passed</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="success">Check that every task command works</td>
|
|
<td class="success">assertFinishingTasksIsPossibleThroughUi()</td>
|
|
<td class="success">0.005s</td>
|
|
<td class="success">passed</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="success">Check Getters</td>
|
|
<td class="success">assertGettersWorkCorrectly()</td>
|
|
<td class="success">0.026s</td>
|
|
<td class="success">passed</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="failures">Assert that removing a worker removes the worker from the worker list</td>
|
|
<td class="failures">assertRemoveWorkerActuallyRemoves()</td>
|
|
<td class="failures">0.004s</td>
|
|
<td class="failures">failed</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="success">Assert that removing Workers is possible through the UI</td>
|
|
<td class="success">assertRemovingWorkersIsPossibleThroughUI()</td>
|
|
<td class="success">0.003s</td>
|
|
<td class="success">passed</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="success">Assert that the Scanner is actually started when AM calls start</td>
|
|
<td class="success">assertScannerExists()</td>
|
|
<td class="success">0.001s</td>
|
|
<td class="success">passed</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="success">Assert that Task State is actually changed when submitted as finished</td>
|
|
<td class="success">assertTaskStateChanges()</td>
|
|
<td class="success">0.002s</td>
|
|
<td class="success">passed</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="success">Assert that added Tasks are added to the List</td>
|
|
<td class="success">assertTasksShowInList()</td>
|
|
<td class="success">0.003s</td>
|
|
<td class="success">passed</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="success">Assert that a Worker can add a Task</td>
|
|
<td class="success">assertWorkerCanAddTask()</td>
|
|
<td class="success">0.003s</td>
|
|
<td class="success">passed</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="success">Assert that Worker can remove Task</td>
|
|
<td class="success">assertWorkerCanRemoveOwnTask()</td>
|
|
<td class="success">0.001s</td>
|
|
<td class="success">passed</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div id="footer">
|
|
<p>
|
|
<div>
|
|
<label class="hidden" id="label-for-line-wrapping-toggle" for="line-wrapping-toggle">Wrap lines
|
|
<input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/>
|
|
</label>
|
|
</div>Generated by
|
|
<a href="https://www.gradle.org">Gradle 8.14</a> at 04.01.2026, 15:20:17</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|