What steps will reproduce the problem?
1. Create mock a and b from classes A and B.
2. Call verify(a, times(100)).methodToVerify(b.value());
What is the expected output? What do you see instead?
I expect "Actually, there were zero interactions with this mock."
I get a green bar.
What version of the product are you using? On what operating system?
1.8.4
Error due to fix of issue 138.
Please provide any additional information below.
I have added a test class which demonstrates the behaviour.
Original issue reported on code.google.com by soren.th...@gmail.com on 4 May 2010 at 2:53
Original issue reported on code.google.com by
soren.th...@gmail.com
on 4 May 2010 at 2:53Attachments: