Join Slack
Powered by
What’s currently the best approach for writing uni...
# multiplatform
e
Evan
03/23/2021, 10:08 PM
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
Big Chungus
03/23/2021, 10:32 PM
Don't mock. Instead use old fashioned interfaces injection and stub implementations
3
Views
Open in Slack
Previous
Next