owncloud / android

:phone: The ownCloud Android App
GNU General Public License v2.0
3.84k stars 3.05k forks source link

[TECHNICAL] Unit tests for repository classes - Part 2 #4233

Open JuancaG05 opened 11 months ago

JuancaG05 commented 11 months ago

Epic:

In this issue we'll address the unit tests for the class:

Remember we want to create unit tests that check that every method returns the expected result and verify that every method calls the corresponding methods of other classes.

TASKS