Writing Espresso instrumentation tests with Dagger2 + Kotlin
When we write our instrumentation tests, mocking API response is preferable rather than having actual network requests. There are at least…