This commit is contained in:
Jan-Philipp Luithardt
2025-12-03 14:19:26 +01:00
parent 62745621f9
commit 835bd912df
36 changed files with 90 additions and 36 deletions

View File

@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuite name="project.BadCaseTaskTest" tests="2" skipped="0" failures="0" errors="0" timestamp="2025-12-03T11:08:58.137Z" hostname="Mac.fritz.box" time="0.009">
<testsuite name="project.BadCaseTaskTest" tests="4" skipped="0" failures="0" errors="0" timestamp="2025-12-03T13:19:00.055Z" hostname="Mac.fritz.box" time="0.011">
<properties/>
<testcase name="Assert an IllegalArgumentException when you edit a exits Task" classname="project.BadCaseTaskTest" time="0.008"/>
<testcase name="Assert an IllegalArgumentException when you create a new Task with no or wrong Name, Description" classname="project.BadCaseTaskTest" time="0.001"/>
<testcase name="Assert an IllegalArgumentException when you create a new Task with the same Name of a exits Task" classname="project.BadCaseTaskTest" time="0.001"/>
<testcase name="Assert an IllegalArgumentException when calling a non-Existing Task" classname="project.BadCaseTaskTest" time="0.0"/>
<system-out><![CDATA[]]></system-out>
<system-err><![CDATA[]]></system-err>
</testsuite>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuite name="project.GoodCaseTaskTest" tests="2" skipped="0" failures="0" errors="0" timestamp="2025-12-03T11:08:58.147Z" hostname="Mac.fritz.box" time="0.002">
<testsuite name="project.GoodCaseTaskTest" tests="2" skipped="0" failures="0" errors="0" timestamp="2025-12-03T13:19:00.067Z" hostname="Mac.fritz.box" time="0.002">
<properties/>
<testcase name="Edit Task" classname="project.GoodCaseTaskTest" time="0.002"/>
<testcase name="Create a new Task" classname="project.GoodCaseTaskTest" time="0.0"/>