public class NodeIterableIsEmpty extends org.hamcrest.TypeSafeDiagnosingMatcher<NodeIterable<?>>
Modifier and Type | Field and Description |
---|---|
private static NodeIterableIsEmpty |
INSTANCE |
Constructor and Description |
---|
NodeIterableIsEmpty() |
Modifier and Type | Method and Description |
---|---|
void |
describeTo(org.hamcrest.Description description) |
static org.hamcrest.Matcher<NodeIterable<?>> |
isEmpty() |
static org.hamcrest.Matcher<NodeIterable<?>> |
isNotEmpty() |
boolean |
matchesSafely(NodeIterable<?> iterable,
org.hamcrest.Description mismatchDescription) |
private static final NodeIterableIsEmpty INSTANCE
public NodeIterableIsEmpty()
public boolean matchesSafely(NodeIterable<?> iterable, org.hamcrest.Description mismatchDescription)
matchesSafely
in class org.hamcrest.TypeSafeDiagnosingMatcher<NodeIterable<?>>
public void describeTo(org.hamcrest.Description description)
public static org.hamcrest.Matcher<NodeIterable<?>> isEmpty()
public static org.hamcrest.Matcher<NodeIterable<?>> isNotEmpty()