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 1 #4232

Closed JuancaG05 closed 8 months ago

JuancaG05 commented 11 months ago

Epic:

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

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