Hi guys! I've just updated my project with koin 2.0 but I’m not able, during the instrumentation test, to inject my mock object, do you have any suggestion?
o
oleg_osipenko
07/21/2019, 2:51 PM
I created a custom test runner, and in the
newApplication()
method inside the runner I submit my test Application, where I provide my test modules
c
ciriti
07/21/2019, 3:24 PM
The thing is that with koin v1 you could avoid creating the custom runner, now looks like you have to, what a pity
a
arnaud.giuliani
07/22/2019, 8:21 AM
if you have any better suggestion to help, don’t hesitate to give feedback
c
ciriti
07/22/2019, 8:50 AM
It will take some time but I can try to contribute to a solution 👍