Closed GoogleCodeExporter closed 8 years ago
Hi,
I'm not sure what is the issue here. If you were referring to this line :
"verify(mockScheduler, times(1)).addInQueue(someList);", this is expected to
not modify the arguments in a verify step, and it will never do that because it
makes no sense for a mock framework to infer in such a way with production code.
The code could clean the intermediate state in an After method, or even better
it should probably get around that issue by tweaking the tests to run in
isolation of each other (this would be really helpful when JUnit fork mode is
enabled).
Original comment by brice.du...@gmail.com
on 14 Feb 2013 at 2:38
I'll mark this issue as invalid, if you feel there is really something wrong
please report us.
Original comment by brice.du...@gmail.com
on 29 Apr 2013 at 4:03
Original issue reported on code.google.com by
torma2...@gmail.com
on 14 Feb 2013 at 5:12