CSC207-2023Y-UofT / course-project-tnt

course-project-tnt created by GitHub Classroom
1 stars 0 forks source link

3-task-list complete tests with javadoc #57

Closed Zitherlight closed 1 year ago

Zitherlight commented 1 year ago

What is new is that I modify my test files and focus on testing the add, delete, and edit task use cases under the file DatabaseHandlerTest.java. Included Javadocs for each method. I also delete other test files that have no passed test cases.