Need to write test class for UpdaterDao. Should be pretty straight forward.
Also, no real calls should be made.
You could use Mockito and/or PowerMockito to write the tests. Example of the testing pattern can be found in the other three dependency repos mentioned in the README.md.
Need to write test class for UpdaterDao. Should be pretty straight forward.
Also, no real calls should be made.
You could use Mockito and/or PowerMockito to write the tests. Example of the testing pattern can be found in the other three dependency repos mentioned in the README.md.