Can anyone please provide me an example showing how to use the org.mockito.ArgumentCaptor
class and how it is different from simple matchers that are provided with mockito.
I read the provided mockito documents but those doesn’t illustrate it clearly, none of them are able to explain it with clarity.