EasyMock - changing behavior for equals() and other Object methods
The EasyMock documentation is pretty clear that The behavior for the three object methods equals(), hashCode() and toString() cannot be changed for Mock Objects created with EasyMock, even if the...