Original issue created by eaftan@google.com on 2014-01-15 at 12:04 AM
Currently these checks will issue an error on code like:
Mockito.verify(mock).methodWithCheckReturnValue()
We should turn off the check for these cases. Bonus points if we also disable it for comparable methods in other mocking frameworks like EasyMock and jMock.
Original issue created by eaftan@google.com on 2014-01-15 at 12:04 AM
Currently these checks will issue an error on code like: Mockito.verify(mock).methodWithCheckReturnValue()
We should turn off the check for these cases. Bonus points if we also disable it for comparable methods in other mocking frameworks like EasyMock and jMock.