-
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 datasources classes - Part 3 #4143
Conversation
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.
Many things to check here @Aitorbp! Little by little 👍
...java/com/owncloud/android/data/spaces/datasources/implementation/OCRemoteSpacesDataSource.kt
Outdated
Show resolved
Hide resolved
...ud/android/data/folderbackup/datasources/implementation/OCFolderBackupLocalDataSourceTest.kt
Outdated
Show resolved
Hide resolved
...ud/android/data/folderbackup/datasources/implementation/OCFolderBackupLocalDataSourceTest.kt
Outdated
Show resolved
Hide resolved
...dData/src/test/java/com/owncloud/android/data/user/datasources/OCRemoteUserDataSourceTest.kt
Show resolved
Hide resolved
...owncloud/android/data/webfinger/datasource/implementation/OCRemoteWebFingerDatasourceTest.kt
Outdated
Show resolved
Hide resolved
...owncloud/android/data/webfinger/datasource/implementation/OCRemoteWebFingerDatasourceTest.kt
Outdated
Show resolved
Hide resolved
...owncloud/android/data/webfinger/datasource/implementation/OCRemoteWebFingerDatasourceTest.kt
Outdated
Show resolved
Hide resolved
...owncloud/android/data/webfinger/datasource/implementation/OCRemoteWebFingerDatasourceTest.kt
Show resolved
Hide resolved
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.
Second round of CR here @Aitorbp!
owncloudData/src/main/java/com/owncloud/android/data/transfers/db/OCTransferEntity.kt
Outdated
Show resolved
Hide resolved
...loud/android/data/appRegistry/datasources/implementation/OCLocalAppRegistryDataSourceTest.kt
Outdated
Show resolved
Hide resolved
...oud/android/data/appRegistry/datasources/implementation/OCRemoteAppRegistryDataSourceTest.kt
Outdated
Show resolved
Hide resolved
...dData/src/test/java/com/owncloud/android/data/oauth/datasources/RemoteOAuthDataSourceTest.kt
Outdated
Show resolved
Hide resolved
...est/java/com/owncloud/android/data/transfers/implementation/OCLocalTransferDataSourceTest.kt
Outdated
Show resolved
Hide resolved
...dData/src/test/java/com/owncloud/android/data/user/datasources/OCRemoteUserDataSourceTest.kt
Outdated
Show resolved
Hide resolved
...owncloud/android/data/webfinger/datasource/implementation/OCRemoteWebFingerDatasourceTest.kt
Outdated
Show resolved
Hide resolved
...owncloud/android/data/webfinger/datasource/implementation/OCRemoteWebFingerDatasourceTest.kt
Outdated
Show resolved
Hide resolved
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.
One more round of CR here @Aitorbp 🚀
...ndroid/data/authentication/datasources/implementation/OCLocalAuthenticationDataSourceTest.kt
Outdated
Show resolved
Hide resolved
...ata/src/test/java/com/owncloud/android/data/shares/datasources/OCLocalShareDataSourceTest.kt
Outdated
Show resolved
Hide resolved
...ata/src/test/java/com/owncloud/android/data/shares/datasources/OCLocalShareDataSourceTest.kt
Outdated
Show resolved
Hide resolved
...ata/src/test/java/com/owncloud/android/data/shares/datasources/OCLocalShareDataSourceTest.kt
Outdated
Show resolved
Hide resolved
...ta/src/test/java/com/owncloud/android/data/shares/datasources/OCRemoteShareDataSourceTest.kt
Outdated
Show resolved
Hide resolved
...est/java/com/owncloud/android/data/transfers/implementation/OCLocalTransferDataSourceTest.kt
Outdated
Show resolved
Hide resolved
...est/java/com/owncloud/android/data/transfers/implementation/OCLocalTransferDataSourceTest.kt
Outdated
Show resolved
Hide resolved
...est/java/com/owncloud/android/data/transfers/implementation/OCLocalTransferDataSourceTest.kt
Outdated
Show resolved
Hide resolved
...est/java/com/owncloud/android/data/transfers/implementation/OCLocalTransferDataSourceTest.kt
Outdated
Show resolved
Hide resolved
...owncloud/android/data/webfinger/datasource/implementation/OCRemoteWebFingerDatasourceTest.kt
Outdated
Show resolved
Hide resolved
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.
Last changes here @Aitorbp! You can also do the renaming you have pending from the first CR now
...ndroid/data/authentication/datasources/implementation/OCLocalAuthenticationDataSourceTest.kt
Show resolved
Hide resolved
...ata/src/test/java/com/owncloud/android/data/shares/datasources/OCLocalShareDataSourceTest.kt
Outdated
Show resolved
Hide resolved
a7caf0e
to
4dcaa14
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.
Finally approved! Great great work here @Aitorbp 🥇
c437b4e
to
475412b
Compare
[TECHNICAL] Unit tests for datasources classes - Part 3
[TECHNICAL] Unit tests for datasources classes - Part 3
Related Issues
App:
QA