sweIhm-ws2018-19 / skillproject-do-1

skillproject-do-1 created by GitHub Classroom
0 stars 0 forks source link

Test Handlers with Mockito #50

Open nicolemjohnson opened 5 years ago

nicolemjohnson commented 5 years ago

In order to test our handlers in java, we need to use Mockito to mock an "object" that would trigger the handlers.

nicolemjohnson commented 5 years ago

all handlers have a test class where at least 50% of the methods are covered. The handlers where the database is involved (adding, hearing and deleting To Dos) are still in progress with their handle method