This commit is contained in:
Jan-Philipp Luithardt
2025-12-03 11:04:32 +01:00
parent 6992100fff
commit e8a1f161b4
46 changed files with 312 additions and 56 deletions

View File

@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuite name="BadCaseTaskTest" tests="1" skipped="0" failures="0" errors="0" timestamp="2025-12-02T10:11:13.203Z" hostname="Mac.fritz.box" time="0.005">
<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 stores initial values" classname="BadCaseTaskTest" time="0.005"/>
<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,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuite name="GoodCaseTaskTest" tests="1" skipped="0" failures="0" errors="0" timestamp="2025-12-02T10:11:13.210Z" hostname="Mac.fritz.box" time="0.002">
<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="Assert stores initial values" classname="GoodCaseTaskTest" time="0.002"/>
<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>