|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hamcrest.BaseMatcher<java.lang.String>
org.hamcrest.text.IsEmptyString
public final class IsEmptyString
Matches empty Strings (and null).
| Constructor Summary | |
|---|---|
IsEmptyString()
|
|
| Method Summary | |
|---|---|
void |
describeTo(Description description)
|
static Matcher<java.lang.String> |
isEmptyOrNullString()
Matches if value is null or zero-length string. |
static Matcher<java.lang.String> |
isEmptyString()
Matches if value is null or zero-length string. |
boolean |
matches(java.lang.Object item)
|
| Methods inherited from class org.hamcrest.BaseMatcher |
|---|
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IsEmptyString()
| Method Detail |
|---|
public boolean matches(java.lang.Object item)
public void describeTo(Description description)
public static Matcher<java.lang.String> isEmptyString()
public static Matcher<java.lang.String> isEmptyOrNullString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||