Package org.mockito.internal.matchers
Class Find
java.lang.Object
org.mockito.internal.matchers.Find
- All Implemented Interfaces:
Serializable,ArgumentMatcher<String>
- See Also:
-
Constructor Details
-
Find
-
-
Method Details
-
matches
Description copied from interface:ArgumentMatcherInforms if this matcher accepts the given argument.The 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- Specified by:
matchesin interfaceArgumentMatcher<String>- Parameters:
actual- the argument- Returns:
- true if this matcher accepts the given argument.
-
toString
-