Join Slack
Powered by
how do you mock extension methods
# announcements
a
adams2
05/03/2018, 8:13 PM
how do you mock extension methods
i
igorvd
05/03/2018, 9:06 PM
I use
mockk
and work just fine with extension functions
http://mockk.io/#extension-functions
g
gildor
05/04/2018, 1:27 PM
Usually if you need to mock extension method you do something wrong. Maybe you need a class/interface instead, the same rules as with Java statics
3
Views
Open in Slack
Previous
Next