How are you guys using Mockito ArugementMatchers w...
# android
a
How are you guys using Mockito ArugementMatchers with Kotlin? Passing
any()
to methods not expecting a null-able object is bombing most of my tests. I've tried both adding
mock-maker-inline
and using
Mockito-Kotlin
, none of which actually seemed to work. What's happening here?