SyntaxFix
Write A Post
Hire A Developer
Questions
In my case, using Mockito 2.0, I had to change all the any() parameters to nullable() in order to stub the real call.
any()
nullable()