org.mockito.internal.matchers
public class Same extends Object implements ArgumentMatcher<Object>, Serializable
public Same(Object wanted)
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