Closed adambir closed 3 weeks ago
Added a test for issue #634 Added handling of org.mockito.Mockito.eq(..) when simplifying mockito matchers
We are using import static org.mockito.Mockito.*; at my company, and in its current state this recipe does not support it.
import static org.mockito.Mockito.*;
Thanks for the initiative here @adambir ; looks like this was missed earlier indeed; great addition.
What's changed?
Added a test for issue #634 Added handling of org.mockito.Mockito.eq(..) when simplifying mockito matchers
What's your motivation?
We are using
import static org.mockito.Mockito.*;
at my company, and in its current state this recipe does not support it.Checklist