| Modifier | Constructor and Description |
|---|---|
protected |
HasItems() |
| 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> |
hasElements() |
static <T> org.hamcrest.Matcher<T> |
hasItems() |
static <T> org.hamcrest.Matcher<T> |
isNotEmpty() |
boolean |
matches(Object item) |
@Nonnull public static <T> org.hamcrest.Matcher<T> hasItems()
@Nonnull public static <T> org.hamcrest.Matcher<T> hasElements()
@Nonnull public static <T> org.hamcrest.Matcher<T> isNotEmpty()
public void describeTo(@Nonnull org.hamcrest.Description description)
Copyright © 2017 echocat. All rights reserved.