Join Slack
Powered by
How are you guys using Mockito ArugementMatchers w...
# android
a
Ahmad
08/09/2018, 2:44 PM
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?
Open in Slack
Previous
Next