Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

easymock replay behavior..

807606Feb 28 2007 — edited Mar 1 2007
Folks,
Couldn't find an appropriate forum for this question so hopefully, someone could help me here or atleast point me to a relevant forum.

Basically, to make a long story short, I would like to understand what this means:
mockObject.method();
mockObjectControl.replay();
I understand what this does:
mockObject.method();
mockObjectControl.setReturnValue("some value");
mockObjectControl.replay();
..but not what replay() does in the first case. Thanks!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 29 2007
Added on Feb 28 2007
8 comments
952 views