Join Slack
Powered by
@here How to test if an 'inline function' is call...
# android
k
kingsley.gomes
12/14/2018, 1:35 PM
@here How to test if an 'inline function' is called i.e
verify {fixedRateTimer(0, 1000) {function}}
I am using mockk Any help/pointers would be much appreciated
i
igorvd
12/14/2018, 1:39 PM
#mockk
o
oleksiyp
12/14/2018, 2:02 PM
Hi, inline functions are not supported. This is because they do not generate function call that can be intercepted
k
kingsley.gomes
12/15/2018, 4:38 PM
Thanks for the info! That was helpful
2
Views
Open in Slack
Previous
Next