Setting up UI unit testing in Android is pain. I recently had this experience and wrote this article which tries to consolidate all pain points/gotchas at single place. https://link.medium.com/VtccFcwWu1
r
rkeazor
11/10/2019, 2:37 PM
Very Nice ! Although two things: Mockito Inline can test Kotlin Final Classes. So you do not have to make them open for test. And did you use androidTestImplementation io.mock.mock-android?