How have people found using Mockk compared to mock...
# mockk
m
How have people found using Mockk compared to mockito-kotlin?
g
I really like it. And think that DSL is much better
also less cluttering with mockito java API (which shouldn’t be used, but pollutes code complition)
Also mockk has support of suspend functions (which I use) and mocking of objects, top level function (which I don’t use)
m
Sounds great, I'll have a play with it then. Cheers