Azurekuz / RPG-Task-Manager

A COMP345 Agile project dedicated towards creating a gamified RPG task manager.
MIT License
4 stars 1 forks source link

Duplicate Task Exception #107

Closed Azurekuz closed 4 years ago

Azurekuz commented 4 years ago

How to Demo: Attempt to select a task twice.

Tasks with the same title should not be allowed to be added several times to current tasks or tasklists.

I have added a DuplicateTaskException, added a test to account for it, and have functions either throwing or catching the exception.

Time Taken (so far): 1 hour