Mockito is a mock framework which you can use to write simple and clean tests. One of it’s nice features is the ArgumentMatcher. With the ArgumentMatcher you can determine the outcome of your mocked service or repository based on any … Continue reading
The post Using ArgumentMatchers with Mockito appeared first on JDriven Blog.