I am new to easymock.
I am trying to mock a service where one of the methods is a void method that will gets called an unknown and large amount of times. How to specify that any number of calls is allowed.
I know how to do it for other then void methods.
Thanks,
Hendrik