Hy,
The new version of easymock has deprecated the setReturnValue method from org.easymock.MockControl
is there a way to set a default return value for a call, or do I have to use expect(...) instead ?
I also want to mention that except for this method that I want to return a default value (any given number of times), the other methods have to be strict (ordering and call count matters)