org.mockito.internal.matchers
public class Null extends Object implements ArgumentMatcher<Object>, Serializable
public static final Null NULL
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 ArgumentMatcher<Object>actual - the argument