Added Task Adding, Removing, Editing and corrected some relatex tests. Coverage still not 100%

This commit is contained in:
2025-12-03 19:08:16 +01:00
parent 4fa55c8607
commit 20daf315ca
68 changed files with 2398 additions and 400 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuite name="hhn.temp.project.BadCasesTest" tests="3" skipped="0" failures="0" errors="0" timestamp="2025-12-03T18:03:16.604Z" hostname="KEVIN-THINKPAD" time="0.047">
<properties/>
<testcase name="Assert List isn't empty after adding a task" classname="hhn.temp.project.BadCasesTest" time="0.036"/>
<testcase name="Assert only existing tasks can be edited" classname="hhn.temp.project.BadCasesTest" time="0.006"/>
<testcase name="Assert that added tasks can't be Null" classname="hhn.temp.project.BadCasesTest" time="0.002"/>
<system-out><![CDATA[]]></system-out>
<system-err><![CDATA[]]></system-err>
</testsuite>