owncloud / android

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

[TECHNICAL] Unit tests for repository classes - Part 4 #4235

Open JuancaG05 opened 8 months ago

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