Any Ideas how can I test an extension function wit...
# getting-started
t
Any Ideas how can I test an extension function with Mockito? It doesn't seem to work nicely
r
maybe you should look into https://github.com/mockk/mockk
t
I thought so. I was hoping there is a solution or a workaround for this with mockito already. Thanks anyway.