apps-android-commons/app/src/androidTest/java/fr/free/nrw/commons
Andrew Gardner 0a7fe662d4
(fixes #3464) Replace assert() usages with assertThat() (#5861)
* Updated instances of assert() in WelcomeActivityTest.kt to asserThat().

New imports:
 - org.hamcrest.CoreMatchers.equalTo
 - org.hamcrest.CoreMatchers.assertThat

* Updated instances of assert() in LatLngTest.kt to asserThat().

New imports:
 - org.hamcrest.CoreMatchers.equalTo
 - import org.hamcrest.CoreMatchers.not
 - org.hamcrest.CoreMatchers.assertThat

* Updated instances of assert() in LabelTest.kt to asserThat().

New imports:
 - org.hamcrest.CoreMatchers.equalTo
 - org.hamcrest.CoreMatchers.assertThat

* Corrected sign error typo in LatLngTest.kt
2024-10-16 22:22:48 +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 Issue-5662-kotlinstyle (#5833) 2024-09-19 13:56:45 +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