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