upload
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m8s

This commit is contained in:
Jan-Philipp Luithardt
2025-12-03 17:08:05 +01:00
parent efa4cbe744
commit 322763f98c
31 changed files with 79 additions and 37 deletions

View File

@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuite name="project.BadCaseTaskTest" tests="4" skipped="0" failures="0" errors="0" timestamp="2025-12-03T14:02:24.893Z" hostname="Mac.fritz.box" time="0.011">
<testsuite name="project.BadCaseTaskTest" tests="5" skipped="0" failures="0" errors="0" timestamp="2025-12-03T16:07:42.822Z" hostname="Mac.fritz.box" time="0.014">
<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 edit a exits Task" classname="project.BadCaseTaskTest" time="0.009"/>
<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"/>
<testcase name="Assert an IllegalArgumentException when delete a existing Task with wrong arguments" classname="project.BadCaseTaskTest" time="0.001"/>
<testcase name="Assert an IllegalArgumentException when calling a non-Existing Task" classname="project.BadCaseTaskTest" time="0.001"/>
<system-out><![CDATA[]]></system-out>
<system-err><![CDATA[]]></system-err>
</testsuite>

View File

@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuite name="project.GoodCaseTaskTest" tests="3" skipped="0" failures="0" errors="0" timestamp="2025-12-03T14:02:24.906Z" hostname="Mac.fritz.box" time="0.002">
<testsuite name="project.GoodCaseTaskTest" tests="4" skipped="0" failures="0" errors="0" timestamp="2025-12-03T16:07:42.838Z" hostname="Mac.fritz.box" time="0.003">
<properties/>
<testcase name="Edit Task" classname="project.GoodCaseTaskTest" time="0.001"/>
<testcase name="Create a new Task" classname="project.GoodCaseTaskTest" time="0.001"/>
<testcase name="Check TaskList if Task there" classname="project.GoodCaseTaskTest" time="0.0"/>
<testcase name="Check TaskList if Task there" classname="project.GoodCaseTaskTest" time="0.001"/>
<testcase name="Delete Task" classname="project.GoodCaseTaskTest" time="0.0"/>
<system-out><![CDATA[]]></system-out>
<system-err><![CDATA[]]></system-err>
</testsuite>