org.mockito.internal.matchers
public class Any extends Object implements ArgumentMatcher, Serializable
public static final Any ANY
public boolean matches(Object actual)
ArgumentMatcherThe method should never assert if the argument doesn't match. It should only return false.
See the example in the top level javadoc for ArgumentMatcher
matches in interface ArgumentMatcheractual - the argument