apps-android-commons/app/src/androidTest/java/fr/free/nrw/commons
Parneet Singh bc065c8792
CommonsApplication migrate to kotlin & some lint fixes (#5879)
* convert to kotlin

Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>

* use lateinit instead of nullable types

Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>

* instance property access fix

Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>

* refactor constants name with uppercased ones

Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>

* remove unused

Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>

* fix imports in test

Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>

* use mockk for kotlin to fix tests

Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>

---------

Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>
2024-10-26 23:19:34 +09:00
..
ui Issue-5662-kotlinstyle (#5833) 2024-09-19 13:56:45 +09:00
util Issue-5662-kotlinstyle (#5833) 2024-09-19 13:56:45 +09:00
AboutActivityTest.kt CommonsApplication migrate to kotlin & some lint fixes (#5879) 2024-10-26 23:19:34 +09:00
LoginActivityTest.kt Issue-5662-kotlinstyle (#5833) 2024-09-19 13:56:45 +09:00
MainActivityTest.kt Issue-5662-kotlinstyle (#5833) 2024-09-19 13:56:45 +09:00
ProfileActivityTest.kt Issue-5662-kotlinstyle (#5833) 2024-09-19 13:56:45 +09:00
ReviewActivityTest.kt Issue-5662-kotlinstyle (#5833) 2024-09-19 13:56:45 +09:00
SearchActivityTest.kt Issue-5662-kotlinstyle (#5833) 2024-09-19 13:56:45 +09:00
SettingsActivityLoggedInTest.kt Issue-5662-kotlinstyle (#5833) 2024-09-19 13:56:45 +09:00
SettingsActivityTest.kt Issue-5662-kotlinstyle (#5833) 2024-09-19 13:56:45 +09:00
UITestHelper.kt Issue-5662-kotlinstyle (#5833) 2024-09-19 13:56:45 +09:00
UploadActivityTest.kt Fix Instrumentation Tests (#4832) 2022-04-26 21:09:15 +10:00
UploadCancelledTest.kt Issue-5662-kotlinstyle (#5833) 2024-09-19 13:56:45 +09:00
UploadTest.kt Issue-5662-kotlinstyle (#5833) 2024-09-19 13:56:45 +09:00
WelcomeActivityTest.kt (fixes #3464) Replace assert() usages with assertThat() (#5861) 2024-10-16 22:22:48 +09:00