How can I use Easymock.verify(mockedObject); to check only a specific expected method call on that mocked object instead of checking all the expected methods.
In another words how can I verify the call of specific method rather than all of them.
Thanks.