what's the best approach for using Mockito? just s...
# announcements
a
what's the best approach for using Mockito? just slap 'open' on everything?
oh there's mockito 2
👍 1
a
t
abstract layers in appropriate locations goes a long way for your test efforts as well.
👍 1
a
hmm still not sure how to use any() with non-null types
oh there's this guy, which isn't working for me for some reason https://github.com/nhaarman/mockito-kotlin/wiki/Null-safety
...because my import was out of date