ArgumentCaptor
Can do everything argument matcher can and still more
You can also get value of parameters of mocked methods, you can then Assert for their value.
Below is the same example of calculator class.
Last updated
Can do everything argument matcher can and still more
You can also get value of parameters of mocked methods, you can then Assert for their value.
Below is the same example of calculator class.
Last updated