-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TECHNICAL] Unit tests for repository classes - Part 3 #4523
Conversation
04a5b4d
to
6fc7d03
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job here @joragua! Here I leave some comments to improve your code a bit 💯
.../test/java/com/owncloud/android/data/folderbackup/repository/OCFolderBackupRepositoryTest.kt
Show resolved
Hide resolved
.../test/java/com/owncloud/android/data/folderbackup/repository/OCFolderBackupRepositoryTest.kt
Outdated
Show resolved
Hide resolved
.../test/java/com/owncloud/android/data/folderbackup/repository/OCFolderBackupRepositoryTest.kt
Outdated
Show resolved
Hide resolved
.../test/java/com/owncloud/android/data/folderbackup/repository/OCFolderBackupRepositoryTest.kt
Outdated
Show resolved
Hide resolved
.../test/java/com/owncloud/android/data/folderbackup/repository/OCFolderBackupRepositoryTest.kt
Outdated
Show resolved
Hide resolved
...a/src/test/java/com/owncloud/android/data/sharing/shares/repository/OCShareRepositoryTest.kt
Outdated
Show resolved
Hide resolved
...a/src/test/java/com/owncloud/android/data/sharing/shares/repository/OCShareRepositoryTest.kt
Outdated
Show resolved
Hide resolved
...a/src/test/java/com/owncloud/android/data/sharing/shares/repository/OCShareRepositoryTest.kt
Outdated
Show resolved
Hide resolved
...a/src/test/java/com/owncloud/android/data/sharing/shares/repository/OCShareRepositoryTest.kt
Outdated
Show resolved
Hide resolved
...a/src/test/java/com/owncloud/android/data/sharing/shares/repository/OCShareRepositoryTest.kt
Show resolved
Hide resolved
d221687
to
ae54452
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some more comments here @joragua!
...a/src/test/java/com/owncloud/android/data/sharing/shares/repository/OCShareRepositoryTest.kt
Outdated
Show resolved
Hide resolved
...a/src/test/java/com/owncloud/android/data/sharing/shares/repository/OCShareRepositoryTest.kt
Outdated
Show resolved
Hide resolved
...a/src/test/java/com/owncloud/android/data/sharing/shares/repository/OCShareRepositoryTest.kt
Outdated
Show resolved
Hide resolved
…t size (`OCShareRepositoryTest`)
a0ea76f
to
ea9bb6f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job! Approved on my side 🚀
Related Issues
App: #4234
ReleaseNotesViewModel.kt
creating a newReleaseNote()
with String resources (if required)QA