k0r0pt / Project-Tauro

A Router WiFi key recovery/cracking tool with a twist.
GNU General Public License v3.0
89 stars 16 forks source link

Need test class for the class - UpdaterDao #10

Open sudiptosarkar opened 7 years ago

sudiptosarkar commented 7 years ago

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.

belpamulle commented 7 years ago

Claiming this issue

sudiptosarkar commented 7 years ago

@belpamulle Sure... Raise a pull request when done.

katsadim commented 6 years ago

Written unit tests for UpdaterDao.