has anyone run into this issue with mockito: doRet...
# announcements
u
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?