EasyMock 1.2 - working with static methods
818367Feb 28 2012 — edited Feb 28 2012Hi,
I'm working in an application which was written in java1.4. So we are using EasyMock 1.2 version since higher versions doesn't support java 1.4. I need to expect and return an array for a static method which is in a Util class (No interfaces involved). How can i do it with EasyMock 1.2?
Any help would be much appreciated. Thanks.
Edited by: user10996478 on Feb 28, 2012 7:06 AM