public class IsBlankString
extends org.hamcrest.TypeSafeDiagnosingMatcher<java.lang.String>
| Constructor and Description |
|---|
IsBlankString() |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
static org.hamcrest.Matcher<java.lang.String> |
isBlank() |
protected boolean |
matchesSafely(java.lang.String actual,
org.hamcrest.Description mismatchDescription) |
protected boolean matchesSafely(java.lang.String actual,
org.hamcrest.Description mismatchDescription)
matchesSafely in class org.hamcrest.TypeSafeDiagnosingMatcher<java.lang.String>public void describeTo(org.hamcrest.Description description)
public static org.hamcrest.Matcher<java.lang.String> isBlank()