I was thinking, is it possible to mock whole object behavior with EasyMock, but in a way that once declared mock with all expected values and results is used several times without caring about the order of the requests ?
The purpose for this is to create an instance of mock for example in JUnit test @BeforeClass and use it in several @Test methods.
Thank you in advance for any input,
Regards, P.