- All Implemented Interfaces:
org.mockito.ArgumentMatcher<String>
public class NonEmptyStringMatcher
extends Object
implements org.mockito.ArgumentMatcher<String>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.mockito.ArgumentMatcher
type
-
Constructor Details
-
NonEmptyStringMatcher
public NonEmptyStringMatcher()
-
Method Details
-
matches
public boolean matches(String argument)
- Specified by:
matches in interface org.mockito.ArgumentMatcher<String>