protoncore_android/network/data/src/test/java/me/proton/core/network/data/util
Benjamin Monjoie befca10552 Fix UI tests are not passing anymore
Due to a breaking change in the experimental Duration API in Kotlin
1.5 and a conflict with inline classes and coroutine in the IR
compiler. I had to update several dependencies.

 * Fix tests won't run anymore by updating Kotlin (and dependencies)
    + turbine
 * Update Store4 since there was a breaking change in Kotlin 1.5's
   experimental Duration API on which Store4 relied
 * Fix some deprecated calls (toUppercase/toLowercase, capitalize,
   expectItem, ...)
2021-09-10 15:06:13 +02:00
..
MockClient.kt Fixed ClientId initialisation issue. 2021-06-03 17:18:11 +02:00
MockNetworkManager.kt Initial commit 2020-07-01 13:58:49 +03:00
TestRetrofitApi.kt Integrated SessionListener/SessionProvider/SessionId into network modules. 2020-10-20 11:22:27 +02:00
TestUtils.kt Fix UI tests are not passing anymore 2021-09-10 15:06:13 +02:00