Added Tests for removing, finishing and unfinishing tasks and so on for test coverage.

This commit is contained in:
2025-12-03 19:32:59 +01:00
parent 7640b1ef35
commit 98bbddb31a
15 changed files with 46 additions and 28 deletions

View File

@@ -1,9 +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:19:51.018Z" hostname="KEVIN-THINKPAD" time="0.047">
<testsuite name="hhn.temp.project.BadCasesTest" tests="3" skipped="0" failures="0" errors="0" timestamp="2025-12-03T18:20:36.897Z" hostname="KEVIN-THINKPAD" time="0.059">
<properties/>
<testcase name="Assert List isn't empty after adding a task" classname="hhn.temp.project.BadCasesTest" time="0.037"/>
<testcase name="Assert only existing tasks can be edited" classname="hhn.temp.project.BadCasesTest" time="0.005"/>
<testcase name="Assert that added tasks can't be Null" classname="hhn.temp.project.BadCasesTest" time="0.003"/>
<testcase name="Assert List isn't empty after adding a task" classname="hhn.temp.project.BadCasesTest" time="0.05"/>
<testcase name="Assert only existing tasks can be edited" classname="hhn.temp.project.BadCasesTest" time="0.004"/>
<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>