Android-Tutorial-Test-ShowCase/app
Gergely Hegedus 359904b5c3 issue#64 Fix issue with idling resources
reference: https://github.com/JakeWharton/okhttp-idling-resource/pull/16
Espresso expects callback when a resource is released. However since our OkHttp Dispatchers were reused and 2 compiting IdlingResource was registered, one overwrote the other's callback and this crashed the Espresso tests.
To resolve this I made sure when one is registeres, it's respects the current callback and wraps around it instead of overwriting it.
2022-03-07 17:09:56 +02:00
..
schemas/org.fnives.test.showcase.storage.LocalDatabase Issue#3 Implement migration test which runs both on Real device and via Robolectric 2022-01-23 12:40:30 +02:00
src issue#64 Fix issue with idling resources 2022-03-07 17:09:56 +02:00
.gitignore initial commit 2021-04-12 00:32:09 +03:00
build.gradle Issue#48 Update readme 2022-02-07 12:57:59 +02:00
proguard-rules.pro initial commit 2021-04-12 00:32:09 +03:00