EasyMock CE 2.5.2
By Henri Tremblay on Sunday, December 20 2009, 22:45 - Java - Permalink
This is the final planned version for EasyMock and EasyMock CE 2.
It contains an implementation of EasyMockSupport that allows class mocking.
Next step is EasyMock 3.


Comments
hi,
@dheena:
Hi, I'm not sure to understand. Can you provide an example?
Thanks
Nice work - looking forward to v3
I'm curious about the following. I want to mock out a method in a mock, and verify that that the correct thing is being passed into the method. Except the verification requires that i examine a field of the object passed in:
{
}
Usually, you will check the modified field in the test with an assertion. Or you can use a custom matcher.
P.S.: Use a serious nickname if you want to be taken seriously
P.P.S.: Please use the Yahoo! group (http://groups.yahoo.com/group/easym...) to ask questions