What do you use for mocking? Mockitos support for ...
# announcements
p
What do you use for mocking? Mockitos support for Kotlin is kinda meh, especially with coroutines and mockk seems kinda abandoned. There are lots of blockers and the author recently wrote that he has no time for mockk any longer.
w
What’s wrong with coroutines in mockito with mockito-kotlin? I’m not using coroutines yet so I’m curious
s
I love MockK
3
i
1
s
mockk is abandoned?
s
@Shawn A Why do you think it is abandoned. MockK last commit was 8 days ago?
s
I don't think that. The OP mentioned it.
s
Ah… sorry, I somehow skipped over that part of the OP’s question 🙂
👍 1
p
That's the link with the discussion; yes. There is the "stale bot" that just closes all issues: https://github.com/mockk/mockk/issues/356 The bot is still active and has closed a lot of important issues. And then there are a lot of issues that are unresolved forever, i.E. https://github.com/mockk/mockk/issues/281 https://github.com/mockk/mockk/issues/288 https://github.com/mockk/mockk/issues/339
o