Join Slack
Powered by
You probably aren't expecting however the `invalid...
# test
n
nhaarman
05/09/2018, 3:43 PM
You probably aren't expecting however the
invalidate
function to be executed: mockito didn't mock that function because it is final. Add
open
to
fun invalidate(id: Int)
and the NPE should be gone
3
Views
Open in Slack
Previous
Next