@here How to test if an 'inline function' is call...
# android
k
@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
#mockk
o
Hi, inline functions are not supported. This is because they do not generate function call that can be intercepted
k
Thanks for the info! That was helpful