Hey! was wondering how to mock objects in a unit test for IOS since mockk doesn’t support that yet?
b
Big Chungus
10/11/2019, 7:14 AM
Don't think you can. What i'm doing for tests in my common module which is targeted to native as one of the platforms is the old-fashioned interface/impl/stub approach