Test secondary method calls with argument matchers
29th Nov 2021 by Aneesh Mistry
Using Mockito argument matchers
Learn how to use Mockito argument matchers to verify indirect inputs for secondary method calls. This video will walk through an example of how an indirect input is created, where a secondary method call is made, and how we can generalise these behaviours to be tested with Mockito argument matchers.