This commit is contained in:
Jan-Philipp Luithardt
2025-12-03 11:26:17 +01:00
parent e8a1f161b4
commit 9f4ff7ff6f
25 changed files with 45 additions and 45 deletions

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuite name="BadCaseTaskTest" tests="2" skipped="0" failures="0" errors="0" timestamp="2025-12-03T10:03:46.547Z" hostname="Mac.fritz.box" time="0.008">
<properties/>
<testcase name="Assert an IllegalArgumentException when you edit a exits Task" classname="BadCaseTaskTest" time="0.007"/>
<testcase name="Assert an IllegalArgumentException when you create a new Task with no or wrong Name, Description" classname="BadCaseTaskTest" time="0.0"/>
<system-out><![CDATA[]]></system-out>
<system-err><![CDATA[]]></system-err>
</testsuite>

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuite name="GoodCaseTaskTest" tests="2" skipped="0" failures="0" errors="0" timestamp="2025-12-03T10:03:46.557Z" hostname="Mac.fritz.box" time="0.003">
<properties/>
<testcase name="Edit Task" classname="GoodCaseTaskTest" time="0.002"/>
<testcase name="Create a new Task" classname="GoodCaseTaskTest" time="0.001"/>
<system-out><![CDATA[]]></system-out>
<system-err><![CDATA[]]></system-err>
</testsuite>

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuite name="project.BadCaseTaskTest" tests="2" skipped="0" failures="0" errors="0" timestamp="2025-12-03T10:26:08.134Z" hostname="Mac.fritz.box" time="0.009">
<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"/>
<system-out><![CDATA[]]></system-out>
<system-err><![CDATA[]]></system-err>
</testsuite>

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuite name="project.GoodCaseTaskTest" tests="2" skipped="0" failures="0" errors="0" timestamp="2025-12-03T10:26:08.144Z" hostname="Mac.fritz.box" time="0.003">
<properties/>
<testcase name="Edit Task" classname="project.GoodCaseTaskTest" time="0.002"/>
<testcase name="Create a new Task" classname="project.GoodCaseTaskTest" time="0.001"/>
<system-out><![CDATA[]]></system-out>
<system-err><![CDATA[]]></system-err>
</testsuite>