Validate the arguments passed to a method
The Mockito framework has the ArgumentCaptor class that can be use to validate the arguments passed to a mocked method.
The Mockito framework has the ArgumentCaptor class that can be use to validate the arguments passed to a mocked method.