I'm a newbie to unit testing and Junit. I know the basics of Junit. I just started learing about EasyMock framework.
I couldn't understand the use of replay() method.
Could anyone please provide some info?
I understand the user of EasyMock.expect() and EasyMock.verify().