How do you guys approach the mocking issue in Kotl...
# announcements
s
How do you guys approach the mocking issue in Kotlin? The way I see it there are 3 solutions: 1.
open
classes and members 2. use mockito inline 3. extract interfaces and abstract classes Mockk can also handle this nicely but it has issues with running Android Instrumentation tests on none android Pie devices