Join Slack
Powered by
the NPE seems to occur in `fun AppCache.invalidate...
# test
n
nhaarman
05/09/2018, 3:42 PM
the NPE seems to occur in
fun AppCache.invalidate(Int)
, meaning that the property
AppCache.cache
is
null
. Which is normal, since you mocked the class causing the property never to be initialized.
3
Views
Open in Slack
Previous
Next