bounswe / 2021SpringGroup9

This is the project repository for Group 9 of the Project Development in Software Engineering course at Bogazici University. We will plan and develop a software project throughout the semester.
3 stars 1 forks source link

Implement Unit Tests For HourMinuteHandler Class #582

Closed niyaziulke closed 2 years ago

niyaziulke commented 2 years ago

Task:

HourMinuteHandler class was written by @niyaziulke before the second milestone, but tests were not written. Write some unit tests.

Type of task (new feature, writing tests, refactoring):

Writing Tests

Standards and rules to follow:

The tests should be written under tests folder with JUnit.

Expected result:

The class is properly tested and the application passes all tests.

Additional notes:

The issue is created for documentation.

niyaziulke commented 2 years ago

The tests were implemented in android-report branch and merged with #563.

niyaziulke commented 2 years ago

To see the tests, click here.