What’s currently the best approach for writing uni...
# multiplatform
e
What’s currently the best approach for writing unit tests for the common module when it comes to mocking frameworks? I see that
MockK
has a
mockk-common
module now. However KampKit is using
Karmok
which doesn’t look like it’s been updated in a while.
b
Don't mock. Instead use old fashioned interfaces injection and stub implementations