owncloud / android

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

[TECHNICAL] Unit tests for repository classes - Part 3 #4234

Open JuancaG05 opened 9 months ago

JuancaG05 commented 9 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