Join Slack
Powered by
has anyone run into this issue with mockito: doRet...
# announcements
u
unifylog
02/26/2016, 1:00 AM
has anyone run into this issue with mockito: doReturn(x).`when`(mockedService).doSomething() <-- this line of code actually invokes the method
doSomething()
and it shouldn't IMO, am I missing something?
Open in Slack
Previous
Next