| Modifier | Constructor and Description |
|---|---|
protected |
IsEmpty() |
| Modifier and Type | Method and Description |
|---|---|
void |
describeMismatch(Object item,
org.hamcrest.Description description) |
void |
describeTo(org.hamcrest.Description description) |
static <T> org.hamcrest.Matcher<T> |
empty() |
static <T> org.hamcrest.Matcher<T> |
hasNoItems() |
static <T> org.hamcrest.Matcher<T> |
isEmpty() |
boolean |
matches(Object item) |
@Nonnull public static <T> org.hamcrest.Matcher<T> isEmpty()
@Nonnull public static <T> org.hamcrest.Matcher<T> empty()
@Nonnull public static <T> org.hamcrest.Matcher<T> hasNoItems()
public void describeTo(@Nonnull org.hamcrest.Description description)
Copyright © 2017 echocat. All rights reserved.