Java: Using ‘Any’ Matchers in Unit Tests Is a Code Smell

If you’ve worked with JUnit and Mockito, you must be familiar with matchers. They provide a way to verify parameters during method invocation. Among many of … Read more

Similar